Add Krake boss with ink, pull marks and sweep tentacles plus boss mode

This commit is contained in:
2026-08-19 13:59:39 +02:00
parent 1a4cccda6e
commit 496c4af50e
12 changed files with 911 additions and 53 deletions
+3
View File
@@ -6,6 +6,9 @@ export class Golem extends Brute {
constructor() {
super();
this.health = 800;
this.maxHealth = 800;
this.isBoss = true;
this.displayName = 'Golem';
this.speed = 3;
this.xp = 80;
this.contactDps = 50;