Skip to content

Commit

Permalink
Lower araxyte food cost
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Oct 16, 2024
1 parent 67607d1 commit 7b940f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/minions/data/killableMonsters/low.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const killableMonsters: KillableMonster[] = [
timeToFinish: Time.Second * 6,
table: Monsters.Araxyte,
qpRequired: 1,
healAmountNeeded: 100,
healAmountNeeded: 40,
attackStyleToUse: GearStat.AttackCrush,
attackStylesUsed: [GearStat.AttackStab],
levelRequirements: {
Expand Down

0 comments on commit 7b940f5

Please sign in to comment.