Para buffs (#9705)
* para buffs? Signed-off-by: Jason <131086642+JasonP01@users.noreply.github.com> * para nerf Signed-off-by: Jason <131086642+JasonP01@users.noreply.github.com> --------- Signed-off-by: Jason <131086642+JasonP01@users.noreply.github.com>
This commit is contained in:
@@ -3395,18 +3395,18 @@ public class Blocks{
|
|||||||
}};
|
}};
|
||||||
|
|
||||||
parallax = new TractorBeamTurret("parallax"){{
|
parallax = new TractorBeamTurret("parallax"){{
|
||||||
requirements(Category.turret, with(Items.silicon, 120, Items.titanium, 90, Items.graphite, 30));
|
requirements(Category.turret, with(Items.silicon, 160, Items.titanium, 110, Items.graphite, 50));
|
||||||
|
|
||||||
hasPower = true;
|
hasPower = true;
|
||||||
size = 2;
|
size = 2;
|
||||||
force = 12f;
|
force = 16f;
|
||||||
scaledForce = 6f;
|
scaledForce = 9f;
|
||||||
range = 240f;
|
range = 300f;
|
||||||
damage = 0.3f;
|
damage = 0.5f;
|
||||||
scaledHealth = 160;
|
scaledHealth = 160;
|
||||||
rotateSpeed = 10;
|
rotateSpeed = 12;
|
||||||
|
|
||||||
consumePower(3f);
|
consumePower(3.3f);
|
||||||
}};
|
}};
|
||||||
|
|
||||||
swarmer = new ItemTurret("swarmer"){{
|
swarmer = new ItemTurret("swarmer"){{
|
||||||
|
|||||||
Reference in New Issue
Block a user