.gg-guide { background: #0B0E17; color: #e8e8f0; font-family: "Syne", sans-serif; }
:root{--black:#0B0E17;--off:#111628;--panel:#17171c;--border:#2a2a33;--text:#e8e8f0;--muted:#6b6b80;--accent:#00d4ff;--plat:#0070f3;}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
body{background:var(--black);color:var(--text);font-family:"Syne",sans-serif;}
nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:16px 40px;background:rgba(10,10,10,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(20px);}
.logo{font-family:"Bebas Neue",sans-serif;font-size:1.7rem;letter-spacing:.1em;color:var(--accent);text-decoration:none;}
.logo span{color:var(--text);}
.nav-links{display:flex;gap:24px;}
.nav-links a{font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);text-decoration:none;}
.nav-links a:hover{color:var(--accent);}
.bc{padding:12px 40px;background:var(--off);border-bottom:1px solid var(--border);font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.08em;color:var(--muted);display:flex;gap:8px;align-items:center;flex-wrap:wrap;}
.bc a{color:var(--muted);text-decoration:none;}
.bc a:hover{color:var(--accent);}
.bc-cur{color:var(--text);}
.wrap{display:grid;grid-template-columns:1fr 300px;max-width:1180px;margin:0 auto;padding:0 40px;align-items:start;}
.main{padding:48px 48px 80px 0;border-right:1px solid var(--border);}
.meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px;}
.tag{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border:1px solid var(--border);color:var(--muted);}
.tag.plat{border-color:var(--plat);color:var(--plat);}
h1{font-family:"Bebas Neue",sans-serif;font-size:clamp(2rem,4vw,3rem);line-height:1.05;margin-bottom:12px;}
.sub{font-size:.95rem;color:var(--muted);line-height:1.6;max-width:580px;margin-bottom:8px;}
.upd{font-family:"DM Mono",monospace;font-size:.58rem;color:var(--muted);letter-spacing:.08em;margin-bottom:32px;}
.ia{background:var(--panel);border:1px solid var(--border);border-left:4px solid var(--accent);padding:28px;margin-bottom:36px;}
.ia-lbl{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:8px;}
.ia-ttl{font-family:"Bebas Neue",sans-serif;font-size:1.6rem;letter-spacing:.04em;margin-bottom:14px;}
.ia-body{font-size:.95rem;line-height:1.78;}
.ia-body strong{color:var(--accent);}
.ia-body em{color:var(--muted);font-style:normal;}
.stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);margin-bottom:40px;}
.sc{padding:14px 18px;border-right:1px solid var(--border);}
.sc:last-child{border-right:none;}
.sl{font-family:"DM Mono",monospace;font-size:.54rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:5px;}
.sv{font-family:"Bebas Neue",sans-serif;font-size:1.15rem;color:var(--accent);line-height:1.15;}
section{margin-bottom:52px;}
h2{font-family:"Bebas Neue",sans-serif;font-size:1.5rem;letter-spacing:.05em;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px;}
.sn{font-family:"DM Mono",monospace;font-size:.6rem;color:var(--muted);}
p{font-size:.93rem;line-height:1.78;margin-bottom:14px;}
p strong{color:var(--accent);}
p em{color:var(--muted);font-style:normal;}
.tip{background:rgba(240,224,64,.05);border:1px solid rgba(240,224,64,.2);border-left:3px solid var(--accent);padding:16px 20px;margin:20px 0;font-size:.88rem;line-height:1.65;}
.tip-l{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:6px;}
.warn{background:rgba(239,68,68,.06);border:1px solid rgba(239,68,68,.2);border-left:3px solid #f87171;padding:16px 20px;margin:20px 0;font-size:.88rem;line-height:1.65;}
.warn-l{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:#f87171;margin-bottom:6px;}
.info{background:rgba(0,212,255,.05);border:1px solid rgba(0,212,255,.2);border-left:3px solid #00d4ff;padding:16px 20px;margin:20px 0;font-size:.88rem;line-height:1.65;}
.info-l{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:#00d4ff;margin-bottom:6px;}
table{width:100%;border-collapse:collapse;margin:20px 0;font-size:.85rem;}
th{font-family:"DM Mono",monospace;font-size:.56rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);padding:10px 14px;text-align:left;border-bottom:1px solid var(--border);background:var(--off);}
td{padding:12px 14px;border-bottom:1px solid var(--border);vertical-align:top;line-height:1.55;}
tr:hover td{background:var(--panel);}
td strong{color:var(--accent);}
.steps{display:flex;flex-direction:column;gap:2px;margin:20px 0;}
.step{background:var(--panel);border:1px solid var(--border);padding:20px;display:flex;gap:20px;align-items:flex-start;transition:border-color .2s;}
.step:hover{border-color:var(--plat);}
.step-n{font-family:"Bebas Neue",sans-serif;font-size:2.2rem;color:var(--border);line-height:1;flex-shrink:0;width:36px;transition:color .2s;}
.step:hover .step-n{color:var(--plat);}
.step-t{font-size:.92rem;font-weight:700;margin-bottom:6px;}
.step-d{font-size:.85rem;color:var(--muted);line-height:1.65;}
.step-d strong{color:var(--text);}
.badge{font-family:"DM Mono",monospace;font-size:.58rem;padding:3px 8px;border-radius:2px;display:inline-block;margin:2px;}
.b-s{background:rgba(240,224,64,.15);color:var(--accent);border:1px solid rgba(240,224,64,.3);}
.b-a{background:rgba(0,212,255,.12);color:#00d4ff;border:1px solid rgba(0,212,255,.3);}
.b-b{background:rgba(82,196,90,.1);color:#4ade80;border:1px solid rgba(82,196,90,.3);}
.b-c{background:rgba(255,149,0,.1);color:#fbbf24;border:1px solid rgba(255,149,0,.3);}
.b-d{background:rgba(239,68,68,.1);color:#f87171;border:1px solid rgba(239,68,68,.3);}
.ad-w{margin:40px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4px 0;}
.ad-l{font-family:"DM Mono",monospace;font-size:.5rem;letter-spacing:.16em;text-transform:uppercase;color:var(--border);text-align:center;padding:4px 0;}
.ad-f{background:var(--off);min-height:90px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.next{margin-top:56px;padding-top:28px;border-top:1px solid var(--border);}
.next-l{font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;}
.ng{display:grid;grid-template-columns:1fr 1fr;gap:2px;}
.nc{background:var(--panel);border:1px solid var(--border);padding:16px;text-decoration:none;transition:border-color .2s;display:block;}
.nc:hover{border-color:var(--accent);}
.nc-t{font-family:"DM Mono",monospace;font-size:.56rem;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin-bottom:5px;}
.nc-h{font-size:.88rem;font-weight:700;color:var(--text);line-height:1.35;}
.sidebar{padding:48px 0 80px 32px;position:sticky;top:65px;}
.ad-box{margin-bottom:24px;}
.ad-box-fr{background:var(--panel);border:1px solid var(--border);min-height:250px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.sw{background:var(--panel);border:1px solid var(--border);padding:18px;margin-bottom:2px;}
.sw-ttl{font-family:"Bebas Neue",sans-serif;font-size:1rem;letter-spacing:.08em;color:var(--muted);margin-bottom:12px;}
.sw a{display:block;font-size:.8rem;color:var(--text);text-decoration:none;padding:8px 0;border-bottom:1px solid var(--border);line-height:1.4;}
.sw a:last-child{border-bottom:none;}
.sw a:hover{color:var(--accent);}
.sw-g{font-family:"DM Mono",monospace;font-size:.54rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;display:block;margin-bottom:2px;}
footer{border-top:1px solid var(--border);padding:28px 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;}
.fl{font-family:"Bebas Neue",sans-serif;font-size:1.2rem;color:var(--accent);}
.fl span{color:var(--muted);}
.fc{font-family:"DM Mono",monospace;font-size:.56rem;color:var(--muted);}
.fc a{color:var(--muted);text-decoration:none;}
@media(max-width:900px){.wrap{grid-template-columns:1fr;padding:0 20px;}.main{padding:28px 0;border-right:none;}.sidebar{position:static;padding:0 0 40px;}.ng{grid-template-columns:1fr;}.stats{grid-template-columns:repeat(2,1fr);}nav{padding:14px 20px;}.nav-links{display:none;}.bc{padding:10px 20px;}footer{padding:20px;flex-direction:column;text-align:center;}}
PS5 · Xbox · PC · Switch
Boss Guide
Optional Legend
Haligtree
How to Beat Malenia,
Blade of Miquella
The Waterfowl Dance dodge broken down stroke by stroke, Phase 2 Scarlet Rot survival, and the only summon worth bringing. Answer above the fold.
Last updated: May 2026 · Patch 1.12 · Elden Ring base game + DLC
⚡ Instant Answer
The Fix in 30 Seconds
Waterfowl Dance: When she lifts off, sprint directly toward her — not away. As she descends into the first flurry, roll forward-left twice. For the second flurry, roll backwards three times through the fan. Wait out the phantom fourth stroke before punishing. This is the whole fight.
Summon: Black Knife Tiche only. Do not use Mimic Tear — Malenia heals from all damage including your summon's. Tiche is fast enough to dodge Scarlet Aeonia in Phase 2. Nothing else survives this fight reliably.
Phase 2: The moment the Phase 2 cutscene plays, she leaps and crashes down blooming Scarlet Rot. Sprint away immediately — do not roll. The bloom lingers. Clear Scarlet Rot buildup with Preserving Boluses throughout Phase 2.
Recommended level: 120+. Below this range Phase 2 attacks two-shot through most armour.
Location
Haligtree, Elphael
01 — How to Reach Malenia
Malenia is an entirely optional boss — you can finish Elden Ring without fighting her. She sits at the end of Elphael, Brace of the Haligtree, which requires both halves of the Haligtree Medallion to access via the Grand Lift of Rold.
The left half is given by Latenna the Albinauric after completing her quest near the Village of the Albinaurics in Liurnia. The right half is found in Ordina, Liturgical Town in the Consecrated Snowfield, which itself requires both medallion halves to reach. If you are struggling to get there, follow the Haligtree Medallion quest line — it is the longest access route to any optional boss in the game.
📌 Recommended Preparation
Level 120 minimum — 130+ for comfort. Fully upgraded weapon (+10 somber or +25 regular). Black Knife Tiche at max upgrade (+10). At least 5 Preserving Boluses in your inventory — craft with Dewkissed Herba x2, Crystal Cave Moss, Sacramental Bud.
Wear light armour for light roll distance. Heavy rolls shorten your dodge coverage significantly and will cause you to eat hits through Waterfowl Dance that a light roll would clear.
02 — Waterfowl Dance — Stroke by Stroke
Waterfowl Dance is the reason most players die to Malenia dozens of times. The dodge is counterintuitive — you run toward her, not away. Running away keeps you inside the hitbox and guarantees you eat most of the first flurry.
1
First Flurry — Sprint at her as she rises
The moment you see her lift into the air, sprint directly at her and close the gap. She hovers briefly before descending. As she starts descending into the first flurry, roll forward-left twice through the slashes. You are essentially rolling through her body — it feels wrong until you internalise it. The second roll should carry you clear of the last hit of the first flurry. Alternative if caught off guard: sprint far enough away and the first flurry physically cannot reach you, then deal with the second and third normally.
2
Second Flurry — Roll backwards through the fan
After the first flurry lands, she immediately fans out a wider arc of slashes at ground level. Roll backwards three times through this flurry. Do not roll sideways — the fan catches lateral movement. Diagonal forward-right is also viable if you have the spacing, but backwards is the safest and most consistent.
3
Third Flurry — She charges directly at you
The third stroke is a direct charge. Roll through it as she approaches — one roll, timed as she closes in. This is the easiest of the three to dodge in isolation but the most likely to kill you because players are usually shaken from the first two and panic roll early.
4
Phantom Fourth Stroke — Wait before punishing
After the three main flurries, Malenia does a phantom fourth stroke a moment after the sequence appears to end. This kills players who go in for the punish too early. Wait it out, then punish with a running jump attack. You may only get one hit in — check if she staggered before committing to a second.
🔭 Advanced Bait Technique
You can force Malenia to trigger Waterfowl Dance at a safe distance. When she reaches roughly 50% health, back away and throw a Kukri knife or cast a ranged spell at her. She reacts to ranged hits at this threshold by triggering Waterfowl. With enough distance, the first two flurries whiff completely and you only need to dodge the third charge. This is legitimate strategy — the Souls community confirmed this mechanic extensively.
Advertisement
(adsbygoogle=window.adsbygoogle||[]).push({});
↑ Advertisement
03 — Full Attack Guide — Both Phases
| Attack | Read It By | Counter | Danger |
| Waterfowl Dance | She lifts slowly into the air with a wind-up pose | Sprint at her. Roll forward-left x2, backwards x3, through once. Wait for phantom 4th. | EXTREME |
| Lunging Stab | Dashes forward low and stabs into the ground | Roll sideways — never backwards. She heals from every hit she lands. One punish after recovery. | HIGH |
| Scarlet Aeonia (Phase 2 opener) | Phase 2 cutscene ends — she leaps immediately | Sprint away as far as possible. Do not roll. The bloom AOE lingers for several seconds. | EXTREME |
| Clone Slash (Phase 2) | Phantom copies of herself appear and mirror slashes | Focus Malenia herself. The clones signal her real attack direction. Dodge based on her movement. | HIGH |
| Rot Butterfly (Phase 2) | Slow-moving scarlet orbs float toward you | Dodge through them individually. They move slowly enough to read. Don't let multiple stack. | MED |
| Regal Roar (Phase 2) | She rears back and roars with wings spread | Roll backwards or use the gap to heal. The roar itself does no damage — it's a gap opener for her follow-up. | MED |
| Ground Swipe | Quick low horizontal single swipe | Jump over it and punish with a jump attack. Consistent opening. | LOW |
| Spinning Slash | Spins 360 degrees with blade extended | One backwards roll or run away. Single hit with clear recovery window. | LOW |
⚠ Malenia Heals From Every Hit
This is her defining mechanic and cannot be worked around. Every hit she lands — including hits on your shield and hits from your Spirit Ash — heals her.
Mimic Tear actively heals her because it copies your build and hits her. This is not a rumour. Use Black Knife Tiche, who deals unavoidable damage without triggering large heal procs.
04 — Phase 2 — Goddess of Rot
Phase 2 triggers when Malenia's health reaches zero in Phase 1. She does not die. Instead she recovers, blooms Scarlet Aeonia, and enters her second phase with new attacks, scarlet rot mechanics, and significantly higher aggression.
The Phase 2 transition is the most dangerous moment in the fight. The Scarlet Aeonia bloom immediately after the cutscene catches players who roll rather than sprint. Sprint away, wait for the flower to fully bloom and the AOE to clear, then re-engage.
Throughout Phase 2, Malenia's blade attacks can build up Scarlet Rot status. Watch the orange buildup bar under your health. Use a Preserving Bolus the moment it fills — do not wait for it to proc. Full Scarlet Rot ticks for enough damage per second to kill you even after you stop taking hits from her.
🔥 Best Phase 2 Weapons
Rivers of Blood — bleed procs despite partial resistance in Phase 1, destroys Phase 2. Two procs often ends the phase.
Blasphemous Blade — Taker's Flames ASH deals unblockable fire damage with lifesteal. Excellent sustain.
Any +25 physical weapon — if you know the attack patterns, raw damage works. The fight is more about pattern recognition than optimised damage.
Advertisement
(adsbygoogle=window.adsbygoogle||[]).push({});
↑ Advertisement
05 — Why Black Knife Tiche and Nothing Else
The Spirit Ash question for Malenia has a definitive answer backed by thousands of community attempts. Black Knife Tiche at +10 is the only Spirit Ash that reliably survives this fight and maintains useful aggro throughout both phases.
| Spirit Ash | Phase 1 | Phase 2 | Verdict |
| Black Knife Tiche | Survives, maintains aggro | Dodges Scarlet Aeonia, survives Phase 2 bloom | USE THIS |
| Mimic Tear | Deals damage but heals Malenia | Heals Malenia significantly — net negative | NEVER USE |
| Black Knife Tiche (low upgrade) | Dies in Phase 1 if not +8 or higher | N/A | Upgrade first |
| Lhutel the Headless | Viable but low damage output | Often killed by Scarlet Aeonia bloom | Fallback only |
| Any other Ash | Variable survival | Almost all killed by Phase 2 AOE | Not recommended |
Tiche is found by defeating the Ringleader's Evergaol boss in the Mountaintops of the Giants. If you have not unlocked her yet, run through the Mountaintops before attempting Malenia — the improvement in survivability is dramatic enough to justify the detour.
→ More Elden Ring Boss Guides
Advertisement
(adsbygoogle=window.adsbygoogle||[]).push({});
#social-bar a { display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#fff;text-decoration:none;transition:opacity 0.2s,transform 0.2s; }
#social-bar a:hover { opacity:0.85;transform:translateX(-4px); }
@media(max-width:768px){ #social-bar { display:none !important; } }