Skip to content

Commit

Permalink
Nerf Araxytes (#6233)
Browse files Browse the repository at this point in the history
  • Loading branch information
DayV-git authored Nov 26, 2024
1 parent 2931401 commit 4fbd27e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/lib/minions/data/killableMonsters/low.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const killableMonsters: KillableMonster[] = [
id: Monsters.Araxyte.id,
name: Monsters.Araxyte.name,
aliases: Monsters.Araxyte.aliases,
timeToFinish: Time.Second * 6,
timeToFinish: Time.Second * 16,
table: Monsters.Araxyte,
qpRequired: 1,
healAmountNeeded: 40,
Expand All @@ -181,7 +181,7 @@ const killableMonsters: KillableMonster[] = [
cannonMulti: true,
canCannon: true,
superior: Monsters.DreadbornAraxyte,
canBarrage: true
canBarrage: false
},
{
id: Monsters.Crab.id,
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/pvm/pvm.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ describe('PVM', async () => {
});
await user.giveSlayerTask(EMonster.ARAXYTE, 100);
await user.kill(EMonster.ARAXYTE, { method: 'cannon' });
expect(user.bank.amount('Cannonball')).toBeGreaterThan(100_000 - 200);
expect(user.bank.amount('Cannonball')).toBeGreaterThan(100_000 - 500);
});

it('should give a scythe boost and deduct charges', async () => {
Expand Down

0 comments on commit 4fbd27e

Please sign in to comment.