Skip to content

Commit 9d61a68

Browse files
committed
Serpulo/Erekir updates
1 parent 4736825 commit 9d61a68

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/exogenesis/content/ExoBlocks.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Items.copper, new BasicBulletType(0f, 0) {{
149149
shootEffect = Fx.shootSmall;
150150
smokeEffect = Fx.shootSmallSmoke;
151151
spawnUnit = new MissileUnitType("missile-pine") {{
152-
speed = 5.6f;
152+
speed = 2.6f;
153153
maxRange = 16f;
154154
lifetime = 60f;
155155
drawCell = false;
@@ -213,7 +213,7 @@ Items.copper, new BasicBulletType(0f, 0) {{
213213
color = Color.white;
214214
mixColorTo = Pal.accent;
215215
mixColor = new Color(1f, 1f, 1f, 0f);
216-
layerOffset = -0.0001f;
216+
under = true;
217217
outlineLayerOffset = 0.0002f;
218218
}}
219219
);
@@ -874,13 +874,15 @@ ExoItems.quantumCrytsal, new ExoShrapnelBulletType(){{
874874
}},
875875
new RegionPart("-bodyside"){{
876876
progress = PartProgress.warmup.curve(Interp.slowFast);
877-
moveX = 2.5f;
878-
moves.add(new PartMove(PartProgress.recoil.inv(), 2f, -2f, 0f));
877+
moveX = 1f;
878+
y = 0;
879+
moves.add(new PartMove(PartProgress.recoil, 0.5f, -2f, 0f));
879880
mirror = true;
880881
}},
881882
new RegionPart("-body"){{
882883
progress = PartProgress.smoothReload.curve(Interp.slowFast);
883884
moveY = -10.5f;
885+
y = 0;
884886
under = true;
885887
mirror = false;
886888
}});

0 commit comments

Comments
 (0)