From bf01cbc59a9be961caf85d775a5ca187c0bf3ec9 Mon Sep 17 00:00:00 2001 From: gc <30398469+gc@users.noreply.github.com> Date: Sat, 12 Oct 2024 17:19:09 +1100 Subject: [PATCH] Add ehp autoslay for araxyte --- src/mahoji/lib/abstracted_commands/autoSlayCommand.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/mahoji/lib/abstracted_commands/autoSlayCommand.ts b/src/mahoji/lib/abstracted_commands/autoSlayCommand.ts index 61aa2b158a..b5d7d864f2 100644 --- a/src/mahoji/lib/abstracted_commands/autoSlayCommand.ts +++ b/src/mahoji/lib/abstracted_commands/autoSlayCommand.ts @@ -22,6 +22,12 @@ interface AutoslayLink { } const AutoSlayMaxEfficiencyTable: AutoslayLink[] = [ + { + monsterID: Monsters.Araxyte.id, + efficientName: Monsters.Araxyte.name, + efficientMonster: Monsters.Araxyte.id, + efficientMethod: ['barrage', 'cannon'] + }, { monsterID: Monsters.Jelly.id, efficientName: Monsters.WarpedJelly.name,