Browse Source

nerf dax

main
Stephanie Gredell 4 months ago
parent
commit
aa12e7b005
  1. 2
      src/data/enemies.js

2
src/data/enemies.js

@ -101,7 +101,7 @@ export const ENEMIES = { @@ -101,7 +101,7 @@ export const ENEMIES = {
if (cyc === 2) return { type: "attack", value: 8 };
if (cyc === 3) return { type: "block", value: 8 };
if (cyc === 4) return { type: "attack", value: 10 };
return { type: "attack", value: 20 };
return { type: "attack", value: 10 };
},
onDebuff: (ctx) => {
ctx.applyWeak(ctx.player, 2);

Loading…
Cancel
Save