Skip to content

Commit 51e3452

Browse files
authored
Merge pull request #11 from jacobwsnowden/healerout-strat
fix: add missing aoe spread graphic to healerout B tank 2 postswap
2 parents 870fd68 + 6812352 commit 51e3452

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

wtfdig/src/routes/+page.ts

+6
Original file line numberDiff line numberDiff line change
@@ -3469,6 +3469,12 @@ const healerOutStrat: Strat = {
34693469
imageUrl: './strats/healerout/postswap-b-platform-west-towers.png',
34703470
mask: 'radial-gradient(circle at 49.5% 18%, black 10%, rgba(0, 0, 0, 0.2) 10%), radial-gradient(circle at 31% 78%, black 10%, rgba(0, 0, 0, 0.2) 10%)'
34713471
},
3472+
{
3473+
mechanic: 'aoes',
3474+
description: 'Platform Inside North',
3475+
imageUrl: './strats/healerout/postswap-platform-west-aoe-spread.png',
3476+
mask: 'radial-gradient(circle at 76% 37%, black 8%, rgba(0, 0, 0, 0.4) 8%)'
3477+
}
34723478
],
34733479
},
34743480
{

0 commit comments

Comments
 (0)