Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raidboss/oopsy: small Lapis Manalis fixups #5362

Merged
merged 1 commit into from
Apr 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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