This commit is contained in:
Anuken
2021-08-21 18:35:27 -04:00
parent 7afc6d3631
commit b2aaca45d5
11 changed files with 31 additions and 10 deletions

View File

@@ -313,10 +313,10 @@ public class Fx{
Lines.poly(e.x, e.y, 4, 13f * e.fout());
}).layer(Layer.debris),
crawlDust = new Effect(30, e -> {
color(Tmp.c1.set(e.color).mul(1.1f));
crawlDust = new Effect(35, e -> {
color(Tmp.c1.set(e.color).mul(1.6f));
randLenVectors(e.id, 2, 10f * e.finpow(), (x, y) -> {
Fill.circle(e.x + x, e.y + y, e.fslope() * 3f + 0.3f);
Fill.circle(e.x + x, e.y + y, e.fslope() * 4f + 0.3f);
});
}).layer(Layer.debris),

View File

@@ -2412,12 +2412,14 @@ public class UnitTypes implements ContentList{
//region neoplasm
scuttler = new UnitType("scuttler"){{
hitSize = 44f;
outlineColor = Pal.neoplasmOutline;
hitSize = 40f;
omniMovement = false;
rotateSpeed = 2f;
rotateSpeed = 1.7f;
drawCell = false;
segments = 4;
drawBody = false;
crawlDamage = 2f;
segmentScl = 4f;
segmentPhase = 5f;