Skip to content

Commit 655e77e

Browse files
committed
Vanstar unit stuff
1 parent 56427d1 commit 655e77e

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

src/exogenesis/content/ExoVanstarBlocks.java

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,8 @@ public static void load(){
501501
results = with(
502502
ExoItems.peridotite, 1,
503503
ExoItems.ameythystGeode, 1,
504-
Items.sand, 3,
505-
ExoItems.quartz, 1
504+
Items.sand, 2,
505+
ExoItems.quartz, 2
506506
);
507507
size = 3;
508508
hasPower = hasItems = true;
@@ -557,7 +557,7 @@ public static void load(){
557557
ambientSoundVolume = 0.07f;
558558

559559
consumeItems(with(ExoItems.vanstarBasalt, 2));
560-
consumePower(3.60f);
560+
consumePower(1.60f);
561561
}};
562562

563563
ironFurnace = new GenericCrafter("iron-furnace"){{
@@ -918,6 +918,7 @@ public static void load(){
918918
smokeEffect = Fx.none;
919919
outlineColor = ExoPal.empyreanOutline;
920920
size = 2;
921+
hasPower = true;
921922
scaledHealth = 280;
922923
shootY = 8;
923924
targetAir = true;
@@ -968,7 +969,7 @@ public static void load(){
968969
pierce = true;
969970
pierceCap = 1;
970971
homingRange = 45;
971-
homingPower = 0.1f;
972+
homingPower = 0.3f;
972973
homingDelay = 0.6f;
973974
height = 13f;
974975
lifetime = 13f;
@@ -1755,7 +1756,7 @@ ExoItems.peridotite, new BasicBulletType(0f, 0) {{
17551756
addDamageMultiplier(
17561757
energy, 1f
17571758
);
1758-
inaccuracy = 4;
1759+
inaccuracy = 7;
17591760
velocityRnd = 0.2f;
17601761
shootSound = Sounds.blaster;
17611762
backMinRadius = 3f;
@@ -1766,7 +1767,7 @@ ExoItems.peridotite, new BasicBulletType(0f, 0) {{
17661767
hittable = absorbable = collides = false;
17671768
backColor = trailColor = hitColor = lightColor = ExoPal.empyrean;
17681769
minInterval = 5f;
1769-
maxInterval = 6f;
1770+
maxInterval = 8f;
17701771
shootEffect = ExoFx.empyreanStarHitSmaller;
17711772
smokeEffect = Fx.none;
17721773
hitEffect = Fx.colorSparkBig;

0 commit comments

Comments
 (0)