mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-25 22:17:59 +07:00
Rhyolite walls darkened
This commit is contained in:
parent
adbda61faf
commit
c65ba7f3fa
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;
|
||||
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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user