Ich bin zu dumm Git zu benutzen

master
Kilian Dumsky 6 years ago
parent c2e49d22f2
commit 78dfb62f64

@ -21,7 +21,7 @@ public class Archer extends Entity{
this.type = 1;
minRange = 64;
maxRange = 184;
attackSpeed = 20;
attackSpeed = 45;
counter = 0;
// TODO: Sinnvolle Werte finden

@ -30,7 +30,7 @@ public class Earthwizard extends Entity{
this.type = 1;
minRange = 84;
maxRange = 144;
attackSpeed = 45;
attackSpeed = 70;
counter = 0;
// TODO: Sinnvolle Werte finden

@ -21,7 +21,7 @@ public class Firearcher extends Entity{
this.type = 1;
minRange = 84;
maxRange = 184;
attackSpeed = 30;
attackSpeed = 45;
counter = 0;
// TODO: Sinnvolle Werte finden

@ -30,7 +30,7 @@ public class Firewizard extends Entity{
this.type = 1;
minRange = 64;
maxRange = 124;
attackSpeed = 60;
attackSpeed = 70;
counter = 0;
// TODO: Sinnvolle Werte finden

@ -21,7 +21,7 @@ public class Icearcher extends Entity{
this.type = 1;
minRange = 64;
maxRange = 184;
attackSpeed = 40;
attackSpeed = 45;
counter = 0;
// TODO: Sinnvolle Werte finden

@ -30,7 +30,7 @@ public class Icewizard extends Entity{
this.type = 1;
minRange = 64;
maxRange = 124;
attackSpeed = 60;
attackSpeed = 70;
counter = 0;
// TODO: Sinnvolle Werte finden

@ -30,7 +30,7 @@ public class Wizard extends Entity{
this.type = 1;
minRange = 144;
maxRange = 164;
attackSpeed = 60; // higher = slower
attackSpeed = 70; // higher = slower
counter = 0;
// TODO: Sinnvolle Werte finden

Loading…
Cancel
Save