Skip to content

Commit

Permalink
Update krystiliaMonsters.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TastyPumPum committed Jul 4, 2024
1 parent 7c435d0 commit e9fb2bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/minions/data/killableMonsters/krystiliaMonsters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const krystiliaMonsters: KillableMonster[] = [

difficultyRating: 5,
qpRequired: 0,
canCannon: true,
pkActivityRating: 1,
pkBaseDeathChance: 1,
revsWeaponBoost: true,
Expand All @@ -32,7 +33,7 @@ export const krystiliaMonsters: KillableMonster[] = [
difficultyRating: 2,
qpRequired: 0,
canCannon: true,
cannonMulti: true,
cannonMulti: false,
canBarrage: false,
pkActivityRating: 1,
pkBaseDeathChance: 1,
Expand Down

0 comments on commit e9fb2bf

Please sign in to comment.