This commit is contained in:
Anuken
2022-08-30 21:17:39 -04:00
parent 2f6ef4cefe
commit 4cd78aad91
3 changed files with 13 additions and 6 deletions

View File

@@ -4367,10 +4367,10 @@ public class Blocks{
lustre = new ContinuousTurret("lustre"){{
requirements(Category.turret, with(Items.silicon, 250, Items.graphite, 200, Items.oxide, 50, Items.carbide, 90));
range = 100f;
range = 130f;
shootType = new PointLaserBulletType(){{
damage = 140f;
damage = 180f;
buildingDamageMultiplier = 0.3f;
hitColor = Color.valueOf("fda981");
}};