Skip to content

Commit 2c72745

Browse files
committed
Serpulo/Erekir updates
1 parent e072858 commit 2c72745

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/exogenesis/content/ExoFx.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,11 +1585,11 @@ public class ExoFx{
15851585
layer = 110.005F;
15861586
}},
15871587
muonStarSwirl = new SwirlEffect(){{
1588-
lifetime = 30.0F;
1589-
length = 4;
1588+
lifetime = 80.0F;
1589+
length = 3;
15901590
width = 3.5F;
15911591
minRot = 140.0F;
1592-
maxRot = 380.0F;
1592+
maxRot = 880.0F;
15931593
layer = 110.005F;
15941594
}},
15951595
smolSwirl = new SwirlEffect(120.0F, 6, 2.5F, 140.0F, 780.0F).layer(110.005F),

src/exogenesis/content/ExoVanillaUnitTypes.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5164,8 +5164,8 @@ public void draw(Bullet b){
51645164
ammoType = new PowerAmmoType(2500);
51655165
drownTimeMultiplier = 1.3f;
51665166
legCount = 4;
5167-
legLength = 14f;
5168-
legBaseOffset = 11f;
5167+
legLength = 10f;
5168+
legBaseOffset = 8f;
51695169
legMoveSpace = 1.5f;
51705170
legForwardScl = 0.58f;
51715171
hovering = true;
@@ -5180,7 +5180,7 @@ public void draw(Bullet b){
51805180

51815181
singleTarget = true;
51825182

5183-
weapons.add(new Weapon("exogenesis-moun-weapon"){{
5183+
weapons.add(new Weapon("exogenesis-muon-weapon"){{
51845184
mirror = false;
51855185
top = false;
51865186
shake = 4f;
@@ -5248,8 +5248,8 @@ public void draw(Bullet b){
52485248
cooldownTime = 200f;
52495249

52505250
bullet = new StarBulletType(6.9f, 160){{
5251-
radius = 35;
5252-
drag = 0.0008f;
5251+
radius = 18;
5252+
drag = 0.008f;
52535253
rotationSpeed = 200;
52545254
swirlEffects = 1;
52555255
swirlEffect = ExoFx.muonStarSwirl;

src/exogenesis/content/effects/ExoChargeFx.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ public class ExoChargeFx {
3636
}),
3737
muonCharge = new Effect(420, e -> {
3838
color(Color.valueOf(String.valueOf(Pal.heal)));
39-
Fill.circle(e.x, e.y, e.fin() * 20f);
39+
Fill.circle(e.x, e.y, e.fin() * 16f);
4040
color(Color.white);
41-
Fill.circle(e.x, e.y, e.fin() * 17f);
41+
Fill.circle(e.x, e.y, e.fin() * 11f);
4242
}),
4343
starChargePink = new Effect(100f, 160f, e -> {
4444
color(ExoPal.empyreanPinkLight);

0 commit comments

Comments
 (0)