Add Krake boss with ink, pull marks and sweep tentacles plus boss mode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user