Skip to content

Commit

Permalink
Add ehp autoslay for araxyte
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Oct 12, 2024
1 parent 6e61477 commit bf01cbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/mahoji/lib/abstracted_commands/autoSlayCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bf01cbc

Please sign in to comment.