diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 13f0a43992..57311467b1 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -2676,9 +2676,9 @@ public class UnitTypes{ bulwark = new UnitType("bulwark"){{ drag = 0.1f; - speed = 0.62f; + speed = 0.6f; hitSize = 23f; - health = 7300; + health = 7000; armor = 5f; outlineColor = Pal.darkOutline; envDisabled = Env.space; @@ -2687,7 +2687,7 @@ public class UnitTypes{ region = "bulwark-shield"; radius = 34f; angle = 82f; - regen = 0.4f; + regen = 0.6f; cooldown = 60f * 8f; max = 1500f; y = -20f; diff --git a/gradle.properties b/gradle.properties index 4cc65959c2..fa4f24ec9a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,4 +24,4 @@ android.useAndroidX=true #used for slow jitpack builds; TODO see if this actually works org.gradle.internal.http.socketTimeout=100000 org.gradle.internal.http.connectionTimeout=100000 -archash=476ab38cea +archash=f61c00f400