Sounds for all serpulo insect leg units
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -681,7 +681,7 @@ public class UnitTypes{
|
|||||||
ejectEffect = Fx.none;
|
ejectEffect = Fx.none;
|
||||||
recoil = 1f;
|
recoil = 1f;
|
||||||
x = 7f;
|
x = 7f;
|
||||||
shootSound = Sounds.flame;
|
shootSound = Sounds.shootAtrax;
|
||||||
|
|
||||||
bullet = new LiquidBulletType(Liquids.slag){{
|
bullet = new LiquidBulletType(Liquids.slag){{
|
||||||
damage = 13;
|
damage = 13;
|
||||||
@@ -830,13 +830,14 @@ public class UnitTypes{
|
|||||||
shake = 3f;
|
shake = 3f;
|
||||||
rotateSpeed = 2f;
|
rotateSpeed = 2f;
|
||||||
ejectEffect = Fx.casing1;
|
ejectEffect = Fx.casing1;
|
||||||
shootSound = Sounds.artillery;
|
shootSound = Sounds.artillerySap;
|
||||||
rotate = true;
|
rotate = true;
|
||||||
shadow = 8f;
|
shadow = 8f;
|
||||||
recoil = 3f;
|
recoil = 3f;
|
||||||
|
|
||||||
bullet = new ArtilleryBulletType(2f, 12){{
|
bullet = new ArtilleryBulletType(2f, 12){{
|
||||||
hitEffect = Fx.sapExplosion;
|
hitEffect = Fx.sapExplosion;
|
||||||
|
despawnSound = Sounds.artilleryShockExplosion;
|
||||||
knockback = 0.8f;
|
knockback = 0.8f;
|
||||||
lifetime = 70f;
|
lifetime = 70f;
|
||||||
width = height = 19f;
|
width = height = 19f;
|
||||||
@@ -895,7 +896,8 @@ public class UnitTypes{
|
|||||||
shake = 4f;
|
shake = 4f;
|
||||||
rotateSpeed = 2f;
|
rotateSpeed = 2f;
|
||||||
ejectEffect = Fx.casing1;
|
ejectEffect = Fx.casing1;
|
||||||
shootSound = Sounds.shootBig;
|
shootSound = Sounds.shotgunSap;
|
||||||
|
shootSoundVolume = 0.8f;
|
||||||
rotate = true;
|
rotate = true;
|
||||||
shadow = 12f;
|
shadow = 12f;
|
||||||
recoil = 3f;
|
recoil = 3f;
|
||||||
@@ -927,13 +929,14 @@ public class UnitTypes{
|
|||||||
recoil = 10f;
|
recoil = 10f;
|
||||||
rotateSpeed = 1f;
|
rotateSpeed = 1f;
|
||||||
ejectEffect = Fx.casing3;
|
ejectEffect = Fx.casing3;
|
||||||
shootSound = Sounds.artillery;
|
shootSound = Sounds.artillerySapBig;
|
||||||
rotate = true;
|
rotate = true;
|
||||||
shadow = 30f;
|
shadow = 30f;
|
||||||
|
|
||||||
rotationLimit = 80f;
|
rotationLimit = 80f;
|
||||||
|
|
||||||
bullet = new ArtilleryBulletType(3f, 50){{
|
bullet = new ArtilleryBulletType(3f, 50){{
|
||||||
|
despawnSound = Sounds.artilleryShockExplosionBig;
|
||||||
hitEffect = Fx.sapExplosion;
|
hitEffect = Fx.sapExplosion;
|
||||||
knockback = 0.8f;
|
knockback = 0.8f;
|
||||||
lifetime = 80f;
|
lifetime = 80f;
|
||||||
@@ -959,6 +962,7 @@ public class UnitTypes{
|
|||||||
fragBullets = 9;
|
fragBullets = 9;
|
||||||
|
|
||||||
fragBullet = new ArtilleryBulletType(2.3f, 30){{
|
fragBullet = new ArtilleryBulletType(2.3f, 30){{
|
||||||
|
despawnSound = Sounds.artilleryShockExplosion;
|
||||||
hitEffect = Fx.sapExplosion;
|
hitEffect = Fx.sapExplosion;
|
||||||
knockback = 0.8f;
|
knockback = 0.8f;
|
||||||
lifetime = 90f;
|
lifetime = 90f;
|
||||||
|
|||||||
Reference in New Issue
Block a user