Skip to content

Commit 08d3142

Browse files
committed
aureus stuff
1 parent 0fd4920 commit 08d3142

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/exogenesis/content/ExoBlocks.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,8 @@ ExoItems.quantumCrytsal, new ExoShrapnelBulletType(){{
622622
energy, 0.2f
623623

624624
);
625-
backRadius = 13f;
626-
frontRadius = 15.75f;
625+
backRadius = 10f;
626+
frontRadius = 6.75f;
627627
sprite = "circle-bullet";
628628
hittable = absorbable = collides = false;
629629
backColor = trailColor = hitColor = lightColor = ExoPal.cronusRed;
@@ -978,7 +978,7 @@ Items.oxide, new ArtilleryBulletType(2.5f, 300, "shell"){{
978978
parts.addAll(
979979
new RegionPart("-barrel"){{
980980
progress = PartProgress.recoil.curve(Interp.pow2In);
981-
moveY = -8;
981+
moveY = -12;
982982
moves.add(new PartMove(PartProgress.warmup, 0f, 6f, 0f));
983983
heatColor = Color.valueOf("f03b0e");
984984
mirror = false;
@@ -987,7 +987,7 @@ Items.oxide, new ArtilleryBulletType(2.5f, 300, "shell"){{
987987
heatProgress = PartProgress.warmup;
988988
progress = PartProgress.warmup;
989989
mirror = true;
990-
moveX = 5;
990+
moveX = 2;
991991
heatColor = Color.red.cpy();
992992
}});
993993
}};

0 commit comments

Comments
 (0)