Rhyolite walls darkened
This commit is contained in:
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 |
@@ -2509,6 +2509,7 @@ public class Blocks{
|
|||||||
itemCapacity = 8000;
|
itemCapacity = 8000;
|
||||||
size = 4;
|
size = 4;
|
||||||
thrusterLength = 34/4f;
|
thrusterLength = 34/4f;
|
||||||
|
armor = 5f;
|
||||||
|
|
||||||
unitCapModifier = 8;
|
unitCapModifier = 8;
|
||||||
researchCostMultiplier = 0.07f;
|
researchCostMultiplier = 0.07f;
|
||||||
@@ -2523,6 +2524,7 @@ public class Blocks{
|
|||||||
itemCapacity = 11000;
|
itemCapacity = 11000;
|
||||||
size = 5;
|
size = 5;
|
||||||
thrusterLength = 40/4f;
|
thrusterLength = 40/4f;
|
||||||
|
armor = 10f;
|
||||||
|
|
||||||
unitCapModifier = 16;
|
unitCapModifier = 16;
|
||||||
researchCostMultiplier = 0.11f;
|
researchCostMultiplier = 0.11f;
|
||||||
@@ -2537,6 +2539,7 @@ public class Blocks{
|
|||||||
itemCapacity = 16000;
|
itemCapacity = 16000;
|
||||||
size = 6;
|
size = 6;
|
||||||
thrusterLength = 48/4f;
|
thrusterLength = 48/4f;
|
||||||
|
armor = 15f;
|
||||||
|
|
||||||
unitCapModifier = 24;
|
unitCapModifier = 24;
|
||||||
researchCostMultiplier = 0.11f;
|
researchCostMultiplier = 0.11f;
|
||||||
|
|||||||
@@ -2453,7 +2453,7 @@ public class UnitTypes{
|
|||||||
heatColor = Color.valueOf("f9350f");
|
heatColor = Color.valueOf("f9350f");
|
||||||
cooldownTime = 80f;
|
cooldownTime = 80f;
|
||||||
|
|
||||||
bullet = new BasicBulletType(8f, 100){{
|
bullet = new BasicBulletType(8f, 110){{
|
||||||
sprite = "missile-large";
|
sprite = "missile-large";
|
||||||
width = 9.5f;
|
width = 9.5f;
|
||||||
height = 15f;
|
height = 15f;
|
||||||
@@ -2484,7 +2484,7 @@ public class UnitTypes{
|
|||||||
rotate = true;
|
rotate = true;
|
||||||
rotateSpeed = 2f;
|
rotateSpeed = 2f;
|
||||||
|
|
||||||
bullet = new BasicBulletType(4.5f, 14){{
|
bullet = new BasicBulletType(4.5f, 20){{
|
||||||
width = 6.5f;
|
width = 6.5f;
|
||||||
height = 11f;
|
height = 11f;
|
||||||
shootEffect = Fx.sparkShoot;
|
shootEffect = Fx.sparkShoot;
|
||||||
|
|||||||
Reference in New Issue
Block a user