Skip to content

Commit

Permalink
Some small updates & missing buffs
Browse files Browse the repository at this point in the history
  • Loading branch information
spectria-limina committed Dec 13, 2024
1 parent 42a27e8 commit 5e9577a
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/fru/buffs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ sectoc = true

{{bufftable(phase=2)}}

## Phase 2 Intermission

{{bufftable(phase=2.5)}}

## Phase 3

{{bufftable(phase=3)}}
Expand Down
38 changes: 38 additions & 0 deletions content/fru/buffs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,24 @@ description = "Designated target of Unholy Darkness, which will activate when th
explanation = "Unholy Darkness is a large party stack. Will inflict Mark of Mortality if not soaked by 5+ players."
phases = [3, 4]

[siw-quietus]
name = "Spell-in-Waiting: Quietus"
id = 4174
icon = 215341
description = "Designated target of Quietus, which will activate when this effect expires."
explanation = "Quietus is a raidwide with no additional effects."
phases = [4]

[siw-refrain]
name = "Spell-in-Waiting Refrain"
id = 4373
icon = 214189
description = "The next spell cast will activate in stages after a delay."
explanation = """
This buff is purely an indicator that the Oracle's Dark Water III during Apocalypse will be broken into stages. There's no other effect.
"""
phases = [3]

[mvuln]
name = "Magic Vulnerability Up"
id = 2941
Expand Down Expand Up @@ -302,3 +320,23 @@ icon = 15485
description = "Dark resistance is significantly reduced."
explanation = "Dark damage is lethal."
phases = [5]

[vuln-down]
name = "Vulnerability Down"
id = 2198
icon = 15021
description = "Damage taken is reduced."
explanation = """
The crystals receive this buff if they are hit by one of the cleaves.
The Ice Veil receives it in place of Invicincibility if all the light crystals are killed but any dark crystals are left alive.
"""
phases = [2.5]

[invincibility]
name = "Invincibility"
id = 775
icon = 15024
description = "Invulnerable to all damage."
explanation = "The Ice Veil is immune to all damage until all the light crystals are killed."
phases = [2.5]
2 changes: 2 additions & 0 deletions content/fru/p1.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ Thus, a player hit by two consecutive attacks will die.

{{mob(n="Fatebreaker")}} completes the sequence with another {{cast(n="Burnished Glory")}}
and another {{cast(n="Powder Mark Trail")}}.
Note that the {{gloss(k="DoT")}} from the {{cast(n="Burnished Glory")}} will make the tankbuster
require more mitigation/healing than the first time.

## Sequence 4: Burnt Strike

Expand Down
3 changes: 3 additions & 0 deletions content/gloss.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
AoE = "Area of Effect"
AoEs = "Areas of Effect"
DoT = "Damage over Time"
DoTs = "Damage over Time"

omen = "A puddle telegraphing an upcoming AoE"
Omen = "A puddle telegraphing an upcoming AoE"
omens = "Puddle telegraphing an upcoming AoE"
Expand Down

0 comments on commit 5e9577a

Please sign in to comment.