Skip to content

Commit

Permalink
Add Powder Mark Trail.
Browse files Browse the repository at this point in the history
  • Loading branch information
spectria-limina committed Nov 30, 2024
1 parent da6ea4c commit a6df06b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/fru/buffs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ name = "Powder Mark Trail"
id = 4166
icon = 214234
description = "Emblazoned with a gunpowder mark that will cause you and the nearest ally to explode when this effect expires."
explanation = "Both players are hit by large AoE tankbusters."
explanation = "Both players are hit by large AoE tankbusters. The explosions will go off immediately if the bearer dies."
phases = [1]

[fetters]
Expand Down
11 changes: 9 additions & 2 deletions content/fru/p1.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,17 @@ At the same time, players will be hit by a {{fire()}} or
The {{fire()}} or {{elec()}} attack inflicts
{{buff(b="mvuln", dur=2)}}, so getting hit by more than one is lethal.

After the second set of cones, two more sets of cones go out.
After the second set of cones and stack/spread, two more sets of cones go out, one after the other.
Each is rotated clockwise from the previous by 1/16th of a circle
(22.5 degrees, i.e. one cone's width).
Like the second set, these inflict {{buff(b="ddown", dur="2m")}}
Like the second set, these inflict {{buff(b="ddown", dur="2m")}}.

### Powder Mark Trail

Fatebreaker follows Cyclonic Break with Power Mark Trail, a single-target tankbuster that inflicts
both {{buff(b="powder-mark", dur=16)}} and {{buff(b="pvuln", dur=14)}}.
The {{buff(b="powder-mark")}} will explode if the tank dies or at the start of the next mechanic.
while the {{buff(b="pvuln")}} will cause subsequent auto-attacks to be lethal.

## Sequence 2: Unbroken Sky

Expand Down
2 changes: 1 addition & 1 deletion sass/_buffs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ td.buff-icon img {
}

.buff .buff-name {
padding-left: 0.1em;
padding-left: 0.15em;
}

.buff-name {
Expand Down

0 comments on commit a6df06b

Please sign in to comment.