T1 walker nerf for waves

This commit is contained in:
Anuken
2022-02-04 19:26:18 -05:00
parent 70aac1151c
commit 48538d28b8
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2676,9 +2676,9 @@ public class UnitTypes{
bulwark = new UnitType("bulwark"){{ bulwark = new UnitType("bulwark"){{
drag = 0.1f; drag = 0.1f;
speed = 0.62f; speed = 0.6f;
hitSize = 23f; hitSize = 23f;
health = 7300; health = 7000;
armor = 5f; armor = 5f;
outlineColor = Pal.darkOutline; outlineColor = Pal.darkOutline;
envDisabled = Env.space; envDisabled = Env.space;
@@ -2687,7 +2687,7 @@ public class UnitTypes{
region = "bulwark-shield"; region = "bulwark-shield";
radius = 34f; radius = 34f;
angle = 82f; angle = 82f;
regen = 0.4f; regen = 0.6f;
cooldown = 60f * 8f; cooldown = 60f * 8f;
max = 1500f; max = 1500f;
y = -20f; y = -20f;
+1 -1
View File
@@ -24,4 +24,4 @@ android.useAndroidX=true
#used for slow jitpack builds; TODO see if this actually works #used for slow jitpack builds; TODO see if this actually works
org.gradle.internal.http.socketTimeout=100000 org.gradle.internal.http.socketTimeout=100000
org.gradle.internal.http.connectionTimeout=100000 org.gradle.internal.http.connectionTimeout=100000
archash=476ab38cea archash=f61c00f400