Skip to content

Commit 4fbd27e

Browse files
authored
Nerf Araxytes (#6233)
1 parent 2931401 commit 4fbd27e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/lib/minions/data/killableMonsters/low.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const killableMonsters: KillableMonster[] = [
169169
id: Monsters.Araxyte.id,
170170
name: Monsters.Araxyte.name,
171171
aliases: Monsters.Araxyte.aliases,
172-
timeToFinish: Time.Second * 6,
172+
timeToFinish: Time.Second * 16,
173173
table: Monsters.Araxyte,
174174
qpRequired: 1,
175175
healAmountNeeded: 40,
@@ -181,7 +181,7 @@ const killableMonsters: KillableMonster[] = [
181181
cannonMulti: true,
182182
canCannon: true,
183183
superior: Monsters.DreadbornAraxyte,
184-
canBarrage: true
184+
canBarrage: false
185185
},
186186
{
187187
id: Monsters.Crab.id,

tests/integration/pvm/pvm.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ describe('PVM', async () => {
377377
});
378378
await user.giveSlayerTask(EMonster.ARAXYTE, 100);
379379
await user.kill(EMonster.ARAXYTE, { method: 'cannon' });
380-
expect(user.bank.amount('Cannonball')).toBeGreaterThan(100_000 - 200);
380+
expect(user.bank.amount('Cannonball')).toBeGreaterThan(100_000 - 500);
381381
});
382382

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

0 commit comments

Comments
 (0)