mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-10 04:40:10 +07:00
Lustre tweak
This commit is contained in:
parent
da5f2f2d98
commit
84dc0027a8
@ -4632,7 +4632,7 @@ public class Blocks{
|
|||||||
requirements(Category.turret, with(Items.silicon, 250, Items.graphite, 200, Items.oxide, 50, Items.carbide, 90));
|
requirements(Category.turret, with(Items.silicon, 250, Items.graphite, 200, Items.oxide, 50, Items.carbide, 90));
|
||||||
|
|
||||||
shootType = new PointLaserBulletType(){{
|
shootType = new PointLaserBulletType(){{
|
||||||
damage = 220f;
|
damage = 210f;
|
||||||
buildingDamageMultiplier = 0.3f;
|
buildingDamageMultiplier = 0.3f;
|
||||||
hitColor = Color.valueOf("fda981");
|
hitColor = Color.valueOf("fda981");
|
||||||
}};
|
}};
|
||||||
@ -4690,7 +4690,7 @@ public class Blocks{
|
|||||||
unitSort = UnitSorts.strongest;
|
unitSort = UnitSorts.strongest;
|
||||||
|
|
||||||
consumeLiquid(Liquids.nitrogen, 6f / 60f);
|
consumeLiquid(Liquids.nitrogen, 6f / 60f);
|
||||||
consumePower(150f / 60f);
|
consumePower(200f / 60f);
|
||||||
}};
|
}};
|
||||||
|
|
||||||
scathe = new ItemTurret("scathe"){{
|
scathe = new ItemTurret("scathe"){{
|
||||||
|
Loading…
Reference in New Issue
Block a user