Skip to content

Commit

Permalink
reduce fireball dmg (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
catHD authored Sep 3, 2023
1 parent 0580af6 commit d540073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arena/magics/fireBall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { dice } from '../MiscService';
import { type Player } from '../PlayersService';

class FireBall extends AoeDmgMagic {
bounces = 6;
aoeEffect = '1d2+1';
bounces = 4;
aoeEffect = '1d2';

constructor() {
super({
Expand Down

0 comments on commit d540073

Please sign in to comment.