diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 5e1bfe7..550eef2 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -157,67 +157,60 @@ const config: Config = { { type: 'dropdown', position: 'left', - label: 'Season 1 Raids', - href: '/season-one-raids/', - to: '/season-one-raids/', + label: 'Season 2 Raids', + href: '/venomous-abyss/', + to: '/venomous-abyss/', items: [ { label: 'Table of Contents', - to: '/season-one-raids/', + to: '/venomous-abyss/', }, { - label: 'The Voidspire', + label: 'Venomous Abyss', to: '#', className: 'navbar-separator', }, { - label: 'Imperator Averzian', - to: '/season-one-raids/imperator-averzian', + label: 'Nek\'zali', + to: '/venomous-abyss/nekzali', }, { - label: 'Vorasius', - to: '/season-one-raids/vorasius', + label: 'Entombed Sentinels', + to: '/venomous-abyss/entombed-sentinels', }, { - label: 'Fallen-King Salhadaar', - to: '/season-one-raids/fallen-king-salhadaar', + label: 'Lost Explorers', + to: '/venomous-abyss/lost-explorers', }, { - label: 'Vaelgor and Ezzorak', - to: '/season-one-raids/vaelgor-and-ezzorak', + label: 'Vashnik', + to: '/venomous-abyss/vashnik', }, { - label: "Lightblinded Vanguard", - to: '/season-one-raids/lightblinded-vanguard', + label: "Sszorak", + to: '/venomous-abyss/sszorak', }, { - label: 'Crown of the Cosmos', - to: '/season-one-raids/crown-of-the-cosmos', + label: 'Twin Fangs', + to: '/venomous-abyss/twin-fangs', }, { - label: 'The Dreamrift', - to: '#', - className: 'navbar-separator', + label: 'Coiled Altar', + to: '/venomous-abyss/coiled-altar', }, { - label: "Chimaerus", - to: '/season-one-raids/chimaerus', + label: 'Ula\'tek', + to: '/venomous-abyss/ulatek', }, { - label: 'March on Quel\'Danas', + label: 'Tidebound Grotto', to: '#', className: 'navbar-separator', }, { - label: 'Belo\'ren', - to: '/season-one-raids/beloren', - }, - { - label: 'Midnight Falls', - to: '/season-one-raids/midnight-falls', + label: 'Nymrissa Wavecaller', + to: '/venomous-abyss/nymrissa', }, - - // ... more items ], }, /*{ diff --git a/src/pages/venomous-abyss/coiled-altar.md b/src/pages/venomous-abyss/coiled-altar.md new file mode 100644 index 0000000..754d546 --- /dev/null +++ b/src/pages/venomous-abyss/coiled-altar.md @@ -0,0 +1,18 @@ +import PdfEmbed from '../../components/PdfEmbed'; +import pdf from './pdfs/07CoiledAltar.pdf'; + + + +# The Coiled Altar +--- + +[← Previous Boss](/venomous-abyss/twin-fangs) • [Table of Contents](/venomous-abyss/) • [Next Boss →](/venomous-abyss/ulatek) + + + +
+
+ + print + +
diff --git a/src/pages/venomous-abyss/entombed-sentinels.md b/src/pages/venomous-abyss/entombed-sentinels.md new file mode 100644 index 0000000..cfbe6be --- /dev/null +++ b/src/pages/venomous-abyss/entombed-sentinels.md @@ -0,0 +1,18 @@ +import PdfEmbed from '../../components/PdfEmbed'; +import pdf from './pdfs/02EntombedSentinels.pdf'; + + + +# Entombed Sentinels +--- + +[← Previous Boss](/venomous-abyss/nekzali) • [Table of Contents](/venomous-abyss/) • [Next Boss →](/venomous-abyss/lost-explorers) + + + +
+
+ + print + +
diff --git a/src/pages/venomous-abyss/images/01nekzali.png b/src/pages/venomous-abyss/images/01nekzali.png new file mode 100644 index 0000000..7ac1318 Binary files /dev/null and b/src/pages/venomous-abyss/images/01nekzali.png differ diff --git a/src/pages/venomous-abyss/images/02entombedsentinels.png b/src/pages/venomous-abyss/images/02entombedsentinels.png new file mode 100644 index 0000000..2df1905 Binary files /dev/null and b/src/pages/venomous-abyss/images/02entombedsentinels.png differ diff --git a/src/pages/venomous-abyss/images/03lostexplorers.png b/src/pages/venomous-abyss/images/03lostexplorers.png new file mode 100644 index 0000000..eb94bcf Binary files /dev/null and b/src/pages/venomous-abyss/images/03lostexplorers.png differ diff --git a/src/pages/venomous-abyss/images/04vashnik.png b/src/pages/venomous-abyss/images/04vashnik.png new file mode 100644 index 0000000..86135e0 Binary files /dev/null and b/src/pages/venomous-abyss/images/04vashnik.png differ diff --git a/src/pages/venomous-abyss/images/05sszorak.png b/src/pages/venomous-abyss/images/05sszorak.png new file mode 100644 index 0000000..d0a7585 Binary files /dev/null and b/src/pages/venomous-abyss/images/05sszorak.png differ diff --git a/src/pages/venomous-abyss/images/06twinfangs.png b/src/pages/venomous-abyss/images/06twinfangs.png new file mode 100644 index 0000000..808321b Binary files /dev/null and b/src/pages/venomous-abyss/images/06twinfangs.png differ diff --git a/src/pages/venomous-abyss/images/07coiledaltar.png b/src/pages/venomous-abyss/images/07coiledaltar.png new file mode 100644 index 0000000..904fe99 Binary files /dev/null and b/src/pages/venomous-abyss/images/07coiledaltar.png differ diff --git a/src/pages/venomous-abyss/images/08ulatek.png b/src/pages/venomous-abyss/images/08ulatek.png new file mode 100644 index 0000000..ad25f0c Binary files /dev/null and b/src/pages/venomous-abyss/images/08ulatek.png differ diff --git a/src/pages/venomous-abyss/images/09nymrissawavecaller.png b/src/pages/venomous-abyss/images/09nymrissawavecaller.png new file mode 100644 index 0000000..13f75c7 Binary files /dev/null and b/src/pages/venomous-abyss/images/09nymrissawavecaller.png differ diff --git a/src/pages/venomous-abyss/index.md b/src/pages/venomous-abyss/index.md new file mode 100644 index 0000000..e4a69c8 --- /dev/null +++ b/src/pages/venomous-abyss/index.md @@ -0,0 +1,57 @@ +--- +title: Venomous Abyss Raid +image: https://i.imgur.com/a/sRMbOs1.png +description: One page PDF boss guides for the Midnight Season 2 raids +--- + +# Season 2 Raids + +Midnight Season 2 introduces two new raids. +- **Venomous Abyss:** An 8 boss raid with standard difficulties. +- **Tidebound Grotto:** A single boss instance with world difficulty tiers, including Flex Mythic. + +The following guides are designed around Heroic, with brief snippets at the bottom on Mythic mechanics. The strategies within will work on Normal mode as well with reduced mechanics – it’s always good to practice good habits! + +## Boss Guides + +#### The Venomous Abyss +The Venomous Abyss is a new 8 boss raid. The raid opens on Normal, Heroic, and Mythic difficulties on August 18th. +| | | +| --- | --- | +| [![](.\images\01nekzali.png)](./nekzali) | [![](.\images\02entombedsentinels.png)](./entombed-sentinels) | +| [![](.\images\03lostexplorers.png)](./lost-explorers) | [![](.\images\04vashnik.png)](./vashnik) | +| [![](.\images\05sszorak.png)](./sszorak) | [![](.\images\06twinfangs.png)](./twin-fangs) | +| [![](.\images\07coiledaltar.png)](./coiled-altar) | [![](.\images\08ulatek.png)](./ulatek) | + + + +#### The Tidebound Grotto +The Tidebound Grotto is a new 1 boss raid. The raid opens on World Difficulty (equivalent to a World Boss) on August 11th and will feature a special solo-queue system accessible when attempting to enter the instance. On Aguust 18th, it will release on Normal, Heroic, and Mythic difficulties. Unlike usual raid instances that allow 20 players in Mythic difficulty, this lair will allow a Flex Mythic Raid of 15-25 players. + + + + + + +
[![](.\images\09nymrissawavecaller.png)](./nymrissa)
+ +## Raid Information +The raids include 4 tiers of item level, increasing its starting base level as you progress. +- **Tier 1 (Early Boss):** *Nek'zali, Nymrissa Wavecaller* - 305 IL (1/6H) loot from Heroic. +- **Tier 2 (Middle Bosses):** *Entombed Sentinels, The Lost Explorers* - 308 (2/6H) IL loot from Heroic. +- **Tier 3 (Late Bosses):** *Vashnik, Sszorak, The Twin Fangs* - 311 IL (3/6H) loot from Heroic. +- **Tier 4 (End Bosses):** *The Coiled Altar, Ula'tek* - 315 IL (4/6) loot from Heroic. + +Tier 4 bosses also drop additional crests at one track higher than their difficulty (so mythic crests from heroic). + +Bonus rolling a Heroic boss will result in a 318 IL (1/6M) piece of gear from that boss. + +#### Tier Pieces +Your set bonus gear can be acquired from the following Venomous Abyss bosses. They drop tokens for each armor type (cloth, leather, mail, plate). + +- Entombed Sentinels *(Hands)* +- The Lost Explorers *(Shoulders)* +- Vashnik *(Chest)* +- Sszorak *(Legs)* +- The Twin Fangs *(Head)* +- Ula'tek *(Curio - Any Slot)* \ No newline at end of file diff --git a/src/pages/venomous-abyss/lost-explorers.md b/src/pages/venomous-abyss/lost-explorers.md new file mode 100644 index 0000000..a591605 --- /dev/null +++ b/src/pages/venomous-abyss/lost-explorers.md @@ -0,0 +1,18 @@ +import PdfEmbed from '../../components/PdfEmbed'; +import pdf from './pdfs/03LostExplorers.pdf'; + + + +# The Lost Explorers +--- + +[← Previous Boss](/venomous-abyss/entombed-sentinels) • [Table of Contents](/venomous-abyss/) • [Next Boss →](/venomous-abyss/vashnik) + + + +
+
+ + print + +
diff --git a/src/pages/venomous-abyss/nekzali.md b/src/pages/venomous-abyss/nekzali.md new file mode 100644 index 0000000..ebe6414 --- /dev/null +++ b/src/pages/venomous-abyss/nekzali.md @@ -0,0 +1,17 @@ +import PdfEmbed from '../../components/PdfEmbed'; +import pdf from './pdfs/01Nekzali.pdf'; + + + +# Nek'zali the Soulcoiler +--- + +[Table of Contents](/venomous-abyss/) • [Next Boss →](/venomous-abyss/entombed-sentinels/) + + +
+
+ + print + +
diff --git a/src/pages/venomous-abyss/nymrissa.md b/src/pages/venomous-abyss/nymrissa.md new file mode 100644 index 0000000..0d47522 --- /dev/null +++ b/src/pages/venomous-abyss/nymrissa.md @@ -0,0 +1,18 @@ +import PdfEmbed from '../../components/PdfEmbed'; +import pdf from './pdfs/09NymrissaWavecaller.pdf'; + + + +# Nymrissa Wavecaller +--- + +[Table of Contents](/venomous-abyss/) + + + +
+ \ No newline at end of file diff --git a/src/pages/venomous-abyss/pdfs/01Nekzali.pdf b/src/pages/venomous-abyss/pdfs/01Nekzali.pdf new file mode 100644 index 0000000..1648579 Binary files /dev/null and b/src/pages/venomous-abyss/pdfs/01Nekzali.pdf differ diff --git a/src/pages/venomous-abyss/pdfs/02EntombedSentinels.pdf b/src/pages/venomous-abyss/pdfs/02EntombedSentinels.pdf new file mode 100644 index 0000000..849567d Binary files /dev/null and b/src/pages/venomous-abyss/pdfs/02EntombedSentinels.pdf differ diff --git a/src/pages/venomous-abyss/pdfs/03LostExplorers.pdf b/src/pages/venomous-abyss/pdfs/03LostExplorers.pdf new file mode 100644 index 0000000..ed7b7e5 Binary files /dev/null and b/src/pages/venomous-abyss/pdfs/03LostExplorers.pdf differ diff --git a/src/pages/venomous-abyss/pdfs/04Vashnik.pdf b/src/pages/venomous-abyss/pdfs/04Vashnik.pdf new file mode 100644 index 0000000..c9428e4 Binary files /dev/null and b/src/pages/venomous-abyss/pdfs/04Vashnik.pdf differ diff --git a/src/pages/venomous-abyss/pdfs/05Sszorak.pdf b/src/pages/venomous-abyss/pdfs/05Sszorak.pdf new file mode 100644 index 0000000..fd0dccb Binary files /dev/null and b/src/pages/venomous-abyss/pdfs/05Sszorak.pdf differ diff --git a/src/pages/venomous-abyss/pdfs/06TwinFangs.pdf b/src/pages/venomous-abyss/pdfs/06TwinFangs.pdf new file mode 100644 index 0000000..fb20852 Binary files /dev/null and b/src/pages/venomous-abyss/pdfs/06TwinFangs.pdf differ diff --git a/src/pages/venomous-abyss/pdfs/07CoiledAltar.pdf b/src/pages/venomous-abyss/pdfs/07CoiledAltar.pdf new file mode 100644 index 0000000..b0a81e6 Binary files /dev/null and b/src/pages/venomous-abyss/pdfs/07CoiledAltar.pdf differ diff --git a/src/pages/venomous-abyss/pdfs/08Ulatek.pdf b/src/pages/venomous-abyss/pdfs/08Ulatek.pdf new file mode 100644 index 0000000..f520293 Binary files /dev/null and b/src/pages/venomous-abyss/pdfs/08Ulatek.pdf differ diff --git a/src/pages/venomous-abyss/pdfs/09NymrissaWavecaller.pdf b/src/pages/venomous-abyss/pdfs/09NymrissaWavecaller.pdf new file mode 100644 index 0000000..b1a5921 Binary files /dev/null and b/src/pages/venomous-abyss/pdfs/09NymrissaWavecaller.pdf differ diff --git a/src/pages/venomous-abyss/sszorak.md b/src/pages/venomous-abyss/sszorak.md new file mode 100644 index 0000000..a8f9f6c --- /dev/null +++ b/src/pages/venomous-abyss/sszorak.md @@ -0,0 +1,18 @@ +import PdfEmbed from '../../components/PdfEmbed'; +import pdf from './pdfs/05Sszorak.pdf'; + + + +# Sszorak +--- + +[← Previous Boss](/venomous-abyss/vashnik) • [Table of Contents](/venomous-abyss/) • [Next Boss →](/venomous-abyss/twin-fangs) + + + +
+ \ No newline at end of file diff --git a/src/pages/venomous-abyss/twin-fangs.md b/src/pages/venomous-abyss/twin-fangs.md new file mode 100644 index 0000000..a714e68 --- /dev/null +++ b/src/pages/venomous-abyss/twin-fangs.md @@ -0,0 +1,18 @@ +import PdfEmbed from '../../components/PdfEmbed'; +import pdf from './pdfs/06TwinFangs.pdf'; + + + +# The Twin Fangs +--- + +[← Previous Boss](/venomous-abyss/sszorak) • [Table of Contents](/venomous-abyss/) • [Next Boss →](/venomous-abyss/coiled-altar) + + + +
+ \ No newline at end of file diff --git a/src/pages/venomous-abyss/ulatek.md b/src/pages/venomous-abyss/ulatek.md new file mode 100644 index 0000000..8b10401 --- /dev/null +++ b/src/pages/venomous-abyss/ulatek.md @@ -0,0 +1,18 @@ +import PdfEmbed from '../../components/PdfEmbed'; +import pdf from './pdfs/08Ulatek.pdf'; + + + +# Ula'tek +--- + +[← Previous Boss](/venomous-abyss/coiled-altar) • [Table of Contents](/venomous-abyss/) + + + +
+ \ No newline at end of file diff --git a/src/pages/venomous-abyss/vashnik.md b/src/pages/venomous-abyss/vashnik.md new file mode 100644 index 0000000..c03541a --- /dev/null +++ b/src/pages/venomous-abyss/vashnik.md @@ -0,0 +1,18 @@ +import PdfEmbed from '../../components/PdfEmbed'; +import pdf from './pdfs/04Vashnik.pdf'; + + + +# Vashnik the Malignant +--- + +[← Previous Boss](/venomous-abyss/lost-explorers) • [Table of Contents](/venomous-abyss/) • [Next Boss →](/venomous-abyss/sszorak) + + + +
+ \ No newline at end of file