Skip to content

Commit acad73a

Browse files
committed
update fering decay
1 parent a9b7714 commit acad73a

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

wtfdig/src/routes/+layout.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
</header>
3434
<article>
3535
<div>
36+
<p>5/1/2025: updated fering decay diagrams</p>
3637
<p>4/27/2025: highlights for m5s hector, split m7s p3 hector strat out into its own thing</p>
3738
<p>4/27/2025: add timeline for m8s, add cheatsheet for ex4</p>
3839
<p>4/26/2025: fix m7s stoneringers 2, add image previews in cheatsheet mode</p>

wtfdig/src/routes/72/m8s/+page.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ const timeline: TimelineItem[] = [
452452

453453
const feringDecay: StratRecord = {
454454
'start': {
455-
'description': 'Healers/Melee West, Tanks/Ranged East\nG1 N, G2 S\nStay in start positions and rotate with heads',
455+
'description': 'H/M West, T/R East, G1 N, G2 S\nRotate with line AOEs',
456456
'MT': {
457457
role: 'Tank',
458458
party: 1,
@@ -468,13 +468,13 @@ const feringDecay: StratRecord = {
468468
'H1': {
469469
role: 'Healer',
470470
party: 1,
471-
description: '',
471+
description: 'Ranged without AOEs can stay between melee AOEs to give more space',
472472
imageUrl: './m8s/p1/fer-decay-start.webp',
473473
},
474474
'H2': {
475475
role: 'Healer',
476476
party: 2,
477-
description: '',
477+
description: 'Ranged without AOEs can stay between melee AOEs to give more space',
478478
imageUrl: './m8s/p1/fer-decay-start.webp',
479479
},
480480
'M1': {
@@ -492,18 +492,18 @@ const feringDecay: StratRecord = {
492492
'R1': {
493493
role: 'Ranged',
494494
party: 1,
495-
description: '',
495+
description: 'Ranged without AOEs can stay between melee AOEs to give more space',
496496
imageUrl: './m8s/p1/fer-decay-start.webp',
497497
},
498498
'R2': {
499499
role: 'Ranged',
500500
party: 2,
501-
description: '',
501+
description: 'Ranged without AOEs can stay between melee AOEs to give more space',
502502
imageUrl: './m8s/p1/fer-decay-start.webp',
503503
},
504504
},
505505
'spreads': {
506-
'description': 'Stay in static positions while rotating\nMelee Close, Ranged Far',
506+
'description': 'Second spreads resolve with third line AOE\nMelee Close, Ranged Far',
507507
'MT': {
508508
role: 'Tank',
509509
party: 1,
@@ -519,13 +519,13 @@ const feringDecay: StratRecord = {
519519
'H1': {
520520
role: 'Healer',
521521
party: 1,
522-
description: '',
522+
description: 'Ranged without AOEs can stay between melee AOEs to give more space',
523523
imageUrl: './m8s/p1/fer-decay-spreads.webp',
524524
},
525525
'H2': {
526526
role: 'Healer',
527527
party: 2,
528-
description: '',
528+
description: 'Ranged without AOEs can stay between melee AOEs to give more space',
529529
imageUrl: './m8s/p1/fer-decay-spreads.webp',
530530
},
531531
'M1': {
@@ -543,13 +543,13 @@ const feringDecay: StratRecord = {
543543
'R1': {
544544
role: 'Ranged',
545545
party: 1,
546-
description: '',
546+
description: 'Ranged without AOEs can stay between melee AOEs to give more space',
547547
imageUrl: './m8s/p1/fer-decay-spreads.webp',
548548
},
549549
'R2': {
550550
role: 'Ranged',
551551
party: 2,
552-
description: '',
552+
description: 'Ranged without AOEs can stay between melee AOEs to give more space',
553553
imageUrl: './m8s/p1/fer-decay-spreads.webp',
554554
},
555555
},
-3.3 KB
Binary file not shown.
35.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)