Skip to content

Commit

Permalink
ketuduke fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous committed Nov 7, 2023
1 parent 6deb922 commit 8c33580
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
3 changes: 2 additions & 1 deletion ui/raidboss/data/06-ew/dungeon/another_aloalo_island.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const triggerSet: TriggerSet<Data> = {
},
type: 'StartsUsing',
netRegex: { id: ['8AB8', '8AB4'], source: 'Ketuduke' },
condition: (data) => data.ketuHydroBuffCount === 1,
condition: (data) => data.ketuHydroBuffCount === 1 || data.ketuHydroBuffCount === 6,
durationSeconds: 8,
alertText: (data, matches, output) => {
// If somebody died and missed a debuff, good luck.
Expand Down Expand Up @@ -325,6 +325,7 @@ const triggerSet: TriggerSet<Data> = {
{
id: 'AAI Ketuduke Spring Crystals 2',
type: 'AddedCombatant',
// This calls absurdly early. <_<
netRegex: { npcNameId: '12607', capture: false },
condition: (data) => data.ketuSpringCrystalCount === 2 && data.ketuCrystalAdd.length === 4,
alertText: (data, _matches, output) => {
Expand Down
26 changes: 21 additions & 5 deletions ui/raidboss/data/06-ew/dungeon/another_aloalo_island.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,35 @@ hideall "--sync--"
1184.1 "Hundred Lashings" sync / 1[56]:[^:]*:Aloalo Zaratan:8ACA:/

1190.7 "--middle--" sync / 1[56]:[^:]*:Ketuduke:8A77:/
# TODO: this is probably either/or
1199.4 "Hydrofall (buff)" sync / 1[56]:[^:]*:Ketuduke:8AB4:/
1202.4 "Hydrobullet (buff)" sync / 1[56]:[^:]*:Ketuduke:8C6D:/
1199.4 "Hydrofall/Hydrobullet (buff)" sync / 1[56]:[^:]*:Ketuduke:(8AB4|8AB8):/
1202.4 "Hydrobullet/Hydrofall (buff)" sync / 1[56]:[^:]*:Ketuduke:(8C6D|8AB5):/
1210.4 "Angry Seas" sync / 1[56]:[^:]*:Ketuduke:8AC1:/
1211.6 "Hydrofall" sync / 1[56]:[^:]*:Ketuduke:8AB7:/
1212.2 "Hydrobullet" sync / 1[56]:[^:]*:[^:]*:8ABA:/ # this sometimes has the wrong source
1211.6 "Hydrofall/Hydrobullet" sync / 1[56]:[^:]*:Ketuduke:(8AB7|8ABA):/
1212.2 "Hydrobullet/Hydrobullet" sync / 1[56]:[^:]*:[^:]*:(8ABA|8AB7):/ # this sometimes has the wrong source
1214.8 "Spring Crystals 3" sync / 1[56]:[^:]*:Ketuduke:8AA8:/
1216.8 "Hydrobullet" sync / 1[56]:[^:]*:Ketuduke:8ABA:/
1221.8 "Bubble Net" sync / 1[56]:[^:]*:Ketuduke:8AAD:/
1227.8 "Fluke Typhoon (cast)" sync / 1[56]:[^:]*:Ketuduke:8AAF:/
1233.8 "Fluke Typhoon" sync / 1[56]:[^:]*:Ketuduke:8AB0:/
1236.4 "Saturate" sync / 1[56]:[^:]*:Spring Crystal:8AAB:/
1238.8 "Burst x4" sync / 1[56]:[^:]*:Ketuduke:8AC2:/

1246.7 "Spring Crystals 4" sync / 1[56]:[^:]*:Ketuduke:8AA8:/
1253.7 "Bubble Net" sync / 1[56]:[^:]*:Ketuduke:8AAD:/
1260.7 "Hydrobullet/Hydrofall (buff)" sync / 1[56]:[^:]*:Ketuduke:(8AB8|8AB4):/
1269.8 "Fluke Gale (cast)" sync / 1[56]:[^:]*:Ketuduke:8AB1:/
1279.9 "Fluke Gale 1" sync / 1[56]:[^:]*:Ketuduke:8AB2:/
1281.9 "Fluke Gale 2" sync / 1[56]:[^:]*:Ketuduke:8AB3:/
1284.9 "Saturate" sync / 1[56]:[^:]*:Spring Crystal:8AAC:/
1285.0 "Hydrobullet/Hydrofall" sync / 1[56]:[^:]*:Ketuduke:(8ABA|8AB7):/

1293.9 "Hydrofall" sync / 1[56]:[^:]*:Ketuduke:8AB4:/
1299.2 "Strewn Bubbles" sync / 1[56]:[^:]*:Ketuduke:8ABB:/
1310.6 "Encroaching Twintides" sync / 1[56]:[^:]*:Ketuduke:8ACE:/
1311.2 "Sphere Shatter" sync / 1[56]:[^:]*:Ketuduke:8ABC:/
1313.8 "Near Tide" sync / 1[56]:[^:]*:Ketuduke:8ACD:/
1314.2 "Sphere Shatter" sync / 1[56]:[^:]*:Ketuduke:8ABC:/
1314.2 "Hydrofall" sync / 1[56]:[^:]*:Ketuduke:8AB7:/
# ???

# ALL ENCOUNTER ABILITIES
Expand Down

0 comments on commit 8c33580

Please sign in to comment.