Nerfed monsoon bomber
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user