Nerfed monsoon bomber

This commit is contained in:
Anuken
2018-08-01 13:09:46 -04:00
parent 890d49fdd7
commit c1de67032c
4 changed files with 10 additions and 10 deletions

View File

@@ -93,7 +93,7 @@ public class Weapons implements ContentList{
bomber = new Weapon("bomber"){{
length = 0f;
width = 2f;
reload = 5f;
reload = 7f;
roundrobin = true;
ejectEffect = Fx.none;
velocityRnd = 1f;

View File

@@ -31,7 +31,7 @@ public class WeaponBullets extends BulletList{
}
};
bombExplosive = new BombBulletType(20f, 20f, "shell"){
bombExplosive = new BombBulletType(10f, 20f, "shell"){
{
bulletWidth = 9f;
bulletHeight = 13f;
@@ -39,7 +39,7 @@ public class WeaponBullets extends BulletList{
}
};
bombIncendiary = new BombBulletType(15f, 10f, "shell"){
bombIncendiary = new BombBulletType(7f, 10f, "shell"){
{
bulletWidth = 8f;
bulletHeight = 12f;
@@ -63,7 +63,7 @@ public class WeaponBullets extends BulletList{
}
};
bombOil = new BombBulletType(3f, 3f, "shell"){
bombOil = new BombBulletType(2f, 3f, "shell"){
{
bulletWidth = 8f;
bulletHeight = 12f;