Rhyolite walls darkened

This commit is contained in:
Anuken 2022-01-27 15:52:37 -05:00
parent adbda61faf
commit c65ba7f3fa
5 changed files with 5 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 435 B

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 404 B

After

Width:  |  Height:  |  Size: 414 B

View File

@ -2509,6 +2509,7 @@ public class Blocks{
itemCapacity = 8000;
size = 4;
thrusterLength = 34/4f;
armor = 5f;
unitCapModifier = 8;
researchCostMultiplier = 0.07f;
@ -2523,6 +2524,7 @@ public class Blocks{
itemCapacity = 11000;
size = 5;
thrusterLength = 40/4f;
armor = 10f;
unitCapModifier = 16;
researchCostMultiplier = 0.11f;
@ -2537,6 +2539,7 @@ public class Blocks{
itemCapacity = 16000;
size = 6;
thrusterLength = 48/4f;
armor = 15f;
unitCapModifier = 24;
researchCostMultiplier = 0.11f;

View File

@ -2453,7 +2453,7 @@ public class UnitTypes{
heatColor = Color.valueOf("f9350f");
cooldownTime = 80f;
bullet = new BasicBulletType(8f, 100){{
bullet = new BasicBulletType(8f, 110){{
sprite = "missile-large";
width = 9.5f;
height = 15f;
@ -2484,7 +2484,7 @@ public class UnitTypes{
rotate = true;
rotateSpeed = 2f;
bullet = new BasicBulletType(4.5f, 14){{
bullet = new BasicBulletType(4.5f, 20){{
width = 6.5f;
height = 11f;
shootEffect = Fx.sparkShoot;