diff --git a/content/fru/buffs.toml b/content/fru/buffs.toml index 1461701..b2f2de4 100644 --- a/content/fru/buffs.toml +++ b/content/fru/buffs.toml @@ -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] diff --git a/content/fru/p1.md b/content/fru/p1.md index 62cf0b4..e0835fc 100644 --- a/content/fru/p1.md +++ b/content/fru/p1.md @@ -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 diff --git a/sass/_buffs.scss b/sass/_buffs.scss index 815bd44..4e76b3a 100644 --- a/sass/_buffs.scss +++ b/sass/_buffs.scss @@ -33,7 +33,7 @@ td.buff-icon img { } .buff .buff-name { - padding-left: 0.1em; + padding-left: 0.15em; } .buff-name {