Skip to content

Commit

Permalink
Minor fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
spectria-limina committed Dec 7, 2024
1 parent bb9085f commit 1c81e05
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
17 changes: 11 additions & 6 deletions content/fru/p2.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ to prevent players from taking multiple hits.
{{mob(n="Shiva")}} kicks things off with {{cast(n="Quadruple Slap")}},
a tankbuster that only actually has two hits.
It's a typical one-two buster with room for a tank swap.
It inflicts a {{buff(b="pvuln-esuna", dur=15)}},
giving you a rare chance to yell at the bard
when the main tank unexpectedly dies to the second hit.
It inflicts a cleansable {{buff(b="pvuln-esuna", dur=15)}},
forcing a swap, cleanse, or invuln.[^3]

After one follow-up auto—which can also be lethal, thanks to the vuln—{{mob(n="Shiva")}}
teleports to south of center, faces north, and begins casting {{cast(n="Mirror Image")}}.
Expand All @@ -39,6 +38,10 @@ the {{mob(n="Oracle's Reflection")}}, directly in the center of the arena.
The {{mob(n="Usurper of Frost")}} herself remains in {{ice(t="ice form")}}.
The two of them will bounce around a lot during the next mechanic.

[^3]: Personally, I suggest not passing up this rare opportunity
to yell at the {{dps(t="bard")}}, instead of a {{tank()}} or {{healer()}},
when the main tank unexpectedly dies to the second hit.

## Sequence 1: Diamond Dust

### AoE Hell
Expand Down Expand Up @@ -228,7 +231,7 @@ It is believed that these are given out completely at random, with no role-based
These tethers are not yet active.
* Two of these players receive {{buff(b="weight-of-light", dur=16)}},
indicated by large golden orbs above their heads.
* Six stacks of {{buff(b="Lightsteeped", short=true)}} are distributed.
* Six stacks of {{buff(b="lightsteeped", short=true)}} are distributed.
The players with markers each receive one stack,
and the remaining four are distributed randomly amongst all eight players.

Expand All @@ -252,7 +255,7 @@ the tethers will not spawn crossed.[^1]
and then one more tether is added to close the loop.
The orbs go out to two random tethered players.

### First Wave of Towers
### First Wave Towers

A moment after the cast, {{mob(n="Shiva")}} disappears and six towers appear.
The orientation is always the same: a perfect hexagon with points to the north and south.
Expand All @@ -277,7 +280,7 @@ Unlike in the original Light Rampant, for these tethers there is no maximum dist
but if any two tethered players get too close together before the debuffs expire,
they will explode and cause a wipe.

[^2]: Black mages: It's okay, it's a downtime phase again.
[^2]: For {{dps(t="black mages")}}: It's okay, it's a downtime phase again.

### Orbs

Expand All @@ -304,6 +307,8 @@ and the second wave of orbs explodes as {{mob(n="Shiva")}} reappears in the cent
She remains untargetable as she begins casting {{cast(n="Banish III")}}.
The telegraph and effects are identical to the first time she used it.

### Second Wave Tower

4 players must soak the tower to prevent the {{buff(b="ddown", dur="2m")}} raidwide
and receive a stack of {{buff(b="lightsteeped", short=true, stacks=1, dur=36)}}.
Care must be taken that nobody takes on too many stacks.
Expand Down
4 changes: 4 additions & 0 deletions sass/_index.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.index {
padding: 0.2rem var(--s1) var(--s1) var(--s1);
}

.index-head {
font-size: 1.4em;
font-weight: bold;
Expand Down

0 comments on commit 1c81e05

Please sign in to comment.