Skip to content

Commit a8debd4

Browse files
committed
Vanstar unit stuff
1 parent 271d030 commit a8debd4

1 file changed

Lines changed: 26 additions & 10 deletions

File tree

src/exogenesis/content/ExoUnitTypes.java

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,7 +1775,7 @@ public static void load() {
17751775
sameTypeHealMult = 0.1f;
17761776
}});
17771777
weapons.add(new Weapon("exogenesis-pyro-torrent") {{
1778-
reload = 10f;
1778+
reload = 20f;
17791779
mirror = true;
17801780
rotate = true;
17811781
layerOffset = -0.0001f;
@@ -3949,7 +3949,7 @@ public static void load() {
39493949
legBaseOffset = 9;
39503950
legLength = 21;
39513951
weapons.add(new Weapon("exogenesis-guard-core") {{
3952-
reload = 5;
3952+
reload = 15;
39533953
mirror = top = false;
39543954
x = 0;
39553955
shoot = new ShootBarrel(){{
@@ -4291,16 +4291,32 @@ public static void load() {
42914291
top = false;
42924292
rotate = true;
42934293
x = 0f;
4294-
y = 0;
4294+
y = 20;
4295+
continuous = true;
4296+
alwaysContinuous = true;
4297+
aimChangeSpeed = 0.8f;
42954298
recoil = 0f;
4296-
reload = 45f;
42974299
shake = 0f;
4298-
bullet = new BasicBulletType(6, 10){{
4299-
instantDisappear = true;
4300-
width = height = 0f;
4301-
shrinkX = shootY = 0;
4302-
lifetime = 40;
4303-
hitEffect = despawnEffect = shootEffect = smokeEffect = Fx.none;
4300+
bullet = new ExoPointLaserBulletType(){{
4301+
hitColor = trailColor = ExoPal.genesis;
4302+
color = ExoPal.genesis;
4303+
laserSize = 2;
4304+
lifetime = 95;
4305+
maxRange = 200f;
4306+
splashDamageRadius = 80;
4307+
splashDamage = 10;
4308+
beamEffectInterval = 3;
4309+
beamEffect = new MultiEffect(
4310+
ExoFx.randLifeSparkCone
4311+
);
4312+
shake = 1.7f;
4313+
oscMag = 0.1f;
4314+
trailWidth = 5;
4315+
trailLength = 8;
4316+
hitSize = 15;
4317+
damage = 55;
4318+
hitEffect = ExoFx.randLifeSparkExo1;
4319+
smokeEffect = Fx.colorSparkBig;
43044320
}};
43054321
}});
43064322
}};

0 commit comments

Comments
 (0)