Skip to content

Commit

Permalink
raidboss/oopsy: small Lapis Manalis fixups (#5362)
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous authored Apr 23, 2023
1 parent 15c4d5b commit 81abe8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ui/oopsyraidsy/data/06-ew/dungeon/lapis_manalis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const triggerSet: OopsyTriggerSet<Data> = {
'Lapis Albus Griffin Golden Talons': '8013', // front cone AoE, before boss 1
'Lapis Visitant Bloodguard Void Slash': '7F19', // front cone AoE, before boss 1

'Lapis Albion Wild Beasts Charge': '7A7D', // damage from charging Wild Beasts, boss 1
'Lapis Albion Wildlife Crossing': '7A7D', // damage from charging Wild Beasts, boss 1
'Lapis Albion Right Slam': '802D', // right cleave, boss 1
'Lapis Albion Left Slam': '802E', // left cleave, boss 1
'Lapis Albion Knock on Ice': '7A7F', // circle AoE, boss 1
Expand All @@ -30,6 +30,7 @@ const triggerSet: OopsyTriggerSet<Data> = {
'Lapis Galatea Magna Waning Cycle Out': '7F70', // PBAoE, boss 2
'Lapis Galatea Magna Soul Scythe': '7A9A', // jumping circle AoE, boss 2

'Lapis Albus Serpent Regorge': '7F1B', // circle AoE before boss 3
'Lapis Visitant Satana Dark': '7F1D', // circle AoE, before boss 3

'Lapis Cagnazzo Antediluvian': '798F', // large circle AoE, boss 3
Expand All @@ -40,9 +41,6 @@ const triggerSet: OopsyTriggerSet<Data> = {
'Lapis Cagnazzo Lifescleaver': '7989', // 8x cone AoE, boss 3
},
damageFail: {
'Lapis Albion Wildlife Crossing': '7A7D', // animal stampede, boss 1
'Lapis Albion Roar of Albion': '7A84', // hide to avoid roomwide AoE, boss 1

'Lapis Galatea Magna Scarecrow Chase': '7FBF', // cross AoE, boss 2
'Lapis Galatea Magna Big Burst': '7A98', // failed tower soak, boss 2

Expand All @@ -56,7 +54,7 @@ const triggerSet: OopsyTriggerSet<Data> = {
'Lapis Galatea Magna Stony Gaze': 'BBF', // 4x gaze, boss 2
},
shareWarn: {
'Lapis Albion Icy Throes': '7A83', // spread circles, boss 2
'Lapis Albion Icy Throes': '7A83', // spread circles, boss 1

'Lapis Cagnazzo Neap Tide': '799E', // spread circles, boss 3
'Lapis Cagnazzo Void Torrent': '798E', // tankbuster cleave, boss 3
Expand Down
6 changes: 6 additions & 0 deletions ui/raidboss/data/06-ew/dungeon/lapis_manalis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ const triggerSet: TriggerSet<Data> = {
netRegex: { id: '7A9E', source: 'Galatea Magna', capture: false },
response: Responses.aoe(),
},
{
id: 'Lapis Manalis Galatea Soul Scythe',
type: 'StartsUsing',
netRegex: { id: '7A9A', source: 'Galatea Magna', capture: false },
response: Responses.getBehind(),
},
{
id: 'Lapis Manalis Galatea Magna Doom',
// D24 = Doom
Expand Down

0 comments on commit 81abe8e

Please sign in to comment.