balancing: made nyancat much stronger and nearly doubled boss hp as well
This commit is contained in:
parent
33a72d9268
commit
74f0f778e2
|
@ -17,7 +17,7 @@ public class EnemyBoss extends Enemy{
|
|||
this.setShootDelay(50);
|
||||
this.setShootSpawn(-10, 30);
|
||||
this.setShootDamage(20);
|
||||
this.setHealthPoints(300);
|
||||
this.setHealthPoints(500);
|
||||
this.setCollisionDamage(50);
|
||||
this.setScore(5000);
|
||||
this.willShoot = true;
|
||||
|
|
|
@ -13,7 +13,7 @@ public class EnemyOne extends Enemy {
|
|||
this.setShootSpawn(-8, 10);
|
||||
this.setShootDamage(5);
|
||||
this.setCollisionDamage(5);
|
||||
this.setHealthPoints(5);
|
||||
this.setHealthPoints(100); // NyanCats are strong!
|
||||
this.setScore(10);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue