Skip to content

Commit 1fef1c8

Browse files
committed
Vanstar unit stuff
1 parent 4333710 commit 1fef1c8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/exogenesis/content/ExoUnitTypes.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ public static void load() {
367367
shotDelay = 2f;
368368
}};
369369
bullet = new ExoBasicBulletType(6f, 22){{
370-
height = 15;
371-
width = 15;
370+
height = 9;
371+
width = 9;
372372
splashDamageRadius = 45;
373373
splashDamage = damage;
374374
parts.addAll(
@@ -380,7 +380,7 @@ public static void load() {
380380
y = 0f;
381381
color = ExoPal.empyrean;
382382
stroke = strokeTo = 2.5f;
383-
radiusTo = radius = 11f;
383+
radiusTo = radius = 9f;
384384
}},
385385
new HaloPart() {{
386386
y = 0f;
@@ -389,7 +389,7 @@ public static void load() {
389389
color = ExoPal.empyrean;
390390
layer = Layer.effect;
391391
haloRotateSpeed = -2.5f;
392-
haloRadius = haloRadiusTo = 10f;
392+
haloRadius = haloRadiusTo = 8.5f;
393393
stroke = 0f;
394394
strokeTo = 1.2f;
395395
shapes = 4;
@@ -1297,7 +1297,7 @@ public static void load() {
12971297
constructor = UnitEntity::create;
12981298
outlineColor = ExoPal.empyreanOutline;
12991299
shadowElevation = 3;
1300-
speed = 4.8f;
1300+
speed = 2.8f;
13011301
hitSize = 10f;
13021302
health = 200f;
13031303
flying = true;
@@ -1407,7 +1407,7 @@ public static void load() {
14071407
constructor = UnitEntity::create;
14081408
outlineColor = ExoPal.empyreanOutline;
14091409
shadowElevation = 3;
1410-
speed = 3.4f;
1410+
speed = 4.4f;
14111411
hitSize = 14f;
14121412
health = 400f;
14131413
flying = true;
@@ -1422,7 +1422,7 @@ public static void load() {
14221422
engineSize = 3;
14231423
engineOffset = 15;
14241424
weapons.add(new Weapon("embers") {{
1425-
reload = 60.5f;
1425+
reload = 80.5f;
14261426
mirror = false;
14271427
x = 0;
14281428
y = 7;
@@ -1594,7 +1594,7 @@ public static void load() {
15941594
y = shootY = 0;
15951595
deathExplosionEffect = shootEffect;
15961596
inaccuracy = 360;
1597-
bullet = new FireBulletType(3.5f,10) {{
1597+
bullet = new FireBulletType(3.5f,20) {{
15981598
lifetime = 30;
15991599
radius = 3;
16001600
collides = true;

0 commit comments

Comments
 (0)