Skip to content

Commit d8aa1e2

Browse files
committed
Unit things2
1 parent 14ed1ba commit d8aa1e2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/exogenesis/content/ExoVanillaUnitTypes.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6769,22 +6769,22 @@ public void draw(Bullet b){
67696769
new ParticleEffect(){{
67706770
particles = 2;
67716771
length = 76;
6772-
lifetime = 80;
6772+
lifetime = 90;
67736773
interp = Interp.circleOut;
67746774
sizeInterp = Interp.pow5In;
67756775
layer = 99;
6776-
sizeFrom = 7;
6776+
sizeFrom = 9;
67776777
sizeTo = 1;
67786778
colorFrom = Pal.gray;
67796779
colorTo = Pal.gray.cpy().a(0.4f);
67806780
}},
67816781
new ParticleEffect(){{
67826782
particles = 3;
67836783
length = 90;
6784-
lifetime = 60;
6784+
lifetime = 70;
67856785
interp = Interp.circleOut;
67866786
sizeInterp = Interp.pow5In;
6787-
sizeFrom = 4;
6787+
sizeFrom = 6;
67886788
sizeTo = 1;
67896789
layer = 99;
67906790
colorFrom = Pal.lightishGray;
@@ -6793,11 +6793,11 @@ public void draw(Bullet b){
67936793
new ParticleEffect(){{
67946794
particles = 3;
67956795
length = 84;
6796-
lifetime = 47;
6796+
lifetime = 67;
67976797
interp = Interp.circleOut;
67986798
sizeInterp = Interp.pow5In;
67996799
layer = 99;
6800-
sizeFrom = 5;
6800+
sizeFrom = 7;
68016801
sizeTo = 1;
68026802
colorFrom = Pal.lightishGray;
68036803
colorTo = Pal.gray.cpy().a(0.4f);
@@ -6807,9 +6807,9 @@ public void draw(Bullet b){
68076807
new ParticleEffect(){{
68086808
particles = 5;
68096809
length = 90;
6810-
lifetime = 22;
6810+
lifetime = 62;
68116811
interp = Interp.circleOut;
6812-
sizeFrom = 3;
6812+
sizeFrom = 4;
68136813
sizeTo = 0.5f;
68146814
lightColor = Pal.heal;
68156815
colorFrom = Color.white;

0 commit comments

Comments
 (0)