Skip to content

Commit 54d14f7

Browse files
committed
Vanstar unit stuff
1 parent 1beb944 commit 54d14f7

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

src/exogenesis/content/ExoSounds.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
public class ExoSounds{
1313
public static Sound
1414
cannon, coolplasmaboom, jumpIn,
15-
energyRecharge, energyPew,
16-
heavyEnergyCannon, energyCannon, cannonFire,
17-
shotgun1, energyShotgun, rampUpCharge,
18-
continousWeaponFire, energyBolt, laserPew,
19-
energyShoot1, energyShoot2, energyShoot3,
20-
heavyRound, rocketDeploy1, rocketDeploy,
21-
heavyShot1, heavyShot, chargeup,
22-
red,
15+
energyRecharge = new Sound(), energyPew = new Sound(),
16+
heavyEnergyCannon = new Sound(), energyCannon = new Sound(), cannonFire = new Sound(),
17+
shotgun1 = new Sound(), energyShotgun = new Sound(), rampUpCharge = new Sound(),
18+
continousWeaponFire = new Sound(), energyBolt = new Sound(), laserPew = new Sound(),
19+
energyShoot1 = new Sound(), energyShoot2 = new Sound(), energyShoot3 = new Sound(),
20+
heavyRound = new Sound(), rocketDeploy1 = new Sound(), rocketDeploy = new Sound(),
21+
heavyShot1 = new Sound(), heavyShot = new Sound(), chargeup = new Sound(),
22+
red = new Sound(),
2323
matter = new Sound(),
2424
thunderstorm = new Sound(),
2525
jupiterImpact = new Sound(),

src/exogenesis/content/ExoVanillaUnitTypes.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3866,10 +3866,10 @@ public void draw(Bullet b){
38663866
radius = 0;
38673867
pierce = true;
38683868
pierceCap = 2;
3869-
speed = 7;
3869+
speed = 6;
38703870
damage = 48;
38713871
width = 8f;
3872-
height = 19f;
3872+
height = 39f;
38733873
lifetime = 26f;
38743874
hitSize = 10f;
38753875
hitColor = backColor = trailColor = ExoPal.erekirYellow;
@@ -3879,7 +3879,7 @@ public void draw(Bullet b){
38793879
despawnEffect = hitEffect = Fx.hitBulletColor;
38803880
}};
38813881

3882-
bulletInterval = 1f;
3882+
bulletInterval = 5f;
38833883
intervalRandomSpread = 20f;
38843884
intervalBullets = 2;
38853885
intervalAngle = 180f;

0 commit comments

Comments
 (0)