Shader fix / Hail buff / Tau nerf / Turkish lower case fix

This commit is contained in:
Anuken
2018-09-03 15:57:06 -04:00
parent 8654f25a4f
commit e0a94f694b
8 changed files with 26 additions and 15 deletions
@@ -44,10 +44,10 @@ public class TurretBlocks extends BlockList implements ContentList{
hail = new ArtilleryTurret("hail"){{
ammoTypes = new AmmoType[]{AmmoTypes.artilleryDense, AmmoTypes.artilleryHoming, AmmoTypes.artilleryIncindiary};
reload = 100f;
reload = 80f;
recoil = 2f;
range = 200f;
inaccuracy = 5f;
range = 230f;
inaccuracy = 1f;
health = 120;
}};
@@ -195,7 +195,7 @@ public class TurretBlocks extends BlockList implements ContentList{
restitution = 0.02f;
recoil = 6f;
shootShake = 2f;
range = 300f;
range = 320f;
health = 550;
}};
@@ -36,7 +36,7 @@ public class TurretBullets extends BulletList implements ContentList{
@Override
public void load(){
healBullet = new BulletType(5.2f, 16){
healBullet = new BulletType(5.2f, 13){
float healAmount = 21f;
{