Commit 4fbd27e 1 parent 2931401 commit 4fbd27e Copy full SHA for 4fbd27e
File tree 2 files changed +3
-3
lines changed
src/lib/minions/data/killableMonsters
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ const killableMonsters: KillableMonster[] = [
169
169
id : Monsters . Araxyte . id ,
170
170
name : Monsters . Araxyte . name ,
171
171
aliases : Monsters . Araxyte . aliases ,
172
- timeToFinish : Time . Second * 6 ,
172
+ timeToFinish : Time . Second * 16 ,
173
173
table : Monsters . Araxyte ,
174
174
qpRequired : 1 ,
175
175
healAmountNeeded : 40 ,
@@ -181,7 +181,7 @@ const killableMonsters: KillableMonster[] = [
181
181
cannonMulti : true ,
182
182
canCannon : true ,
183
183
superior : Monsters . DreadbornAraxyte ,
184
- canBarrage : true
184
+ canBarrage : false
185
185
} ,
186
186
{
187
187
id : Monsters . Crab . id ,
Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ describe('PVM', async () => {
377
377
} ) ;
378
378
await user . giveSlayerTask ( EMonster . ARAXYTE , 100 ) ;
379
379
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 ) ;
381
381
} ) ;
382
382
383
383
it ( 'should give a scythe boost and deduct charges' , async ( ) => {
You can’t perform that action at this time.
0 commit comments