This commit is contained in:
Anuken
2020-10-31 12:03:35 -04:00
parent 13334451bf
commit 9af8b64046
4 changed files with 21 additions and 14 deletions

View File

@@ -916,7 +916,7 @@ public class Blocks implements ContentList{
size = 3;
phaseRadiusBoost = 80f;
radius = 101.7f;
breakage = 750f;
shieldHealth = 750f;
cooldownNormal = 1.5f;
cooldownLiquid = 1.2f;
cooldownBrokenBase = 0.35f;

View File

@@ -478,7 +478,7 @@ public class Bullets implements ContentList{
knockback = 1.7f;
puddleSize = 8f;
drag = 0.001f;
ammoMultiplier = 2f;
ammoMultiplier = 0.4f;
statusDuration = 60f * 4f;
damage = 0.2f;
}};
@@ -489,7 +489,7 @@ public class Bullets implements ContentList{
knockback = 1.3f;
puddleSize = 8f;
drag = 0.001f;
ammoMultiplier = 2f;
ammoMultiplier = 0.4f;
statusDuration = 60f * 4f;
damage = 0.2f;
}};
@@ -499,9 +499,9 @@ public class Bullets implements ContentList{
speed = 4f;
knockback = 1.3f;
puddleSize = 8f;
damage = 5f;
damage = 4.75f;
drag = 0.001f;
ammoMultiplier = 2f;
ammoMultiplier = 0.4f;
statusDuration = 60f * 4f;
}};
@@ -511,7 +511,7 @@ public class Bullets implements ContentList{
knockback = 1.3f;
puddleSize = 8f;
drag = 0.001f;
ammoMultiplier = 2f;
ammoMultiplier = 0.4f;
statusDuration = 60f * 4f;
damage = 0.2f;
}};