Fixed homing PR

This commit is contained in:
Anuken
2020-05-21 21:17:34 -04:00
parent 807d7c2084
commit c980e72f52
3 changed files with 8 additions and 11 deletions
+3 -3
View File
@@ -86,7 +86,7 @@ public class Bullets implements ContentList{
collidesTiles = false;
splashDamageRadius = 25f;
splashDamage = 33f;
homingPower = 2f;
homingPower = 0.08f;
homingRange = 50f;
}};
@@ -230,7 +230,7 @@ public class Bullets implements ContentList{
bulletHeight = 8f;
bulletShrink = 0f;
drag = -0.01f;
homingPower = 7f;
homingPower = 0.08f;
splashDamageRadius = 10f;
splashDamage = 10f;
lifetime = 160f;
@@ -337,7 +337,7 @@ public class Bullets implements ContentList{
standardHoming = new BasicBulletType(3f, 9, "bullet"){{
bulletWidth = 7f;
bulletHeight = 9f;
homingPower = 5f;
homingPower = 0.08f;
reloadMultiplier = 1.4f;
ammoMultiplier = 5;
lifetime = 60f;