Skip to content

Commit

Permalink
и еще больше брони боссу
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness committed Oct 1, 2023
1 parent 094cce0 commit 403ebc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/arena/CrawlerLogic.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ public static void spawnBoss() {
var boss = UnitTypes.eclipse.spawn(state.rules.waveTeam, x, y);
boss.controller(new BossAI());

boss.armor(statScaling * 72000f);
boss.damageMultiplier(statScaling * 72f);
boss.armor(statScaling * 96000f);
boss.damageMultiplier(statScaling * 96f);

boss.apply(StatusEffects.fast, Float.POSITIVE_INFINITY);
boss.apply(StatusEffects.overclock, Float.POSITIVE_INFINITY);
Expand Down

0 comments on commit 403ebc1

Please sign in to comment.