fuse fix
This commit is contained in:
@@ -1205,7 +1205,7 @@ block.lancer.description = A medium-sized anti-ground laser turret. Charges and
|
||||
block.arc.description = A small close-range electric turret. Fires arcs of electricity at enemies.
|
||||
block.swarmer.description = A medium-sized missile turret. Attacks both air and ground enemies. Fires homing missiles.
|
||||
block.salvo.description = A larger, more advanced version of the Duo turret. Fires quick salvos of bullets at the enemy.
|
||||
block.fuse.description = A large, close-range energy turret. Fires three piercing beams at nearby enemies.
|
||||
block.fuse.description = A large, close-range shrapnel turret. Fires three piercing blasts at nearby enemies.
|
||||
block.ripple.description = An extremely powerful artillery turret. Shoots clusters of shells at enemies over long distances.
|
||||
block.cyclone.description = A large anti-air and anti-ground turret. Fires explosive clumps of flak at nearby units.
|
||||
block.spectre.description = A massive dual-barreled cannon. Shoots large armor-piercing bullets at air and ground targets.
|
||||
|
||||
@@ -1572,7 +1572,7 @@ public class Blocks implements ContentList{
|
||||
health = 220 * size * size;
|
||||
shootSound = Sounds.shotgun;
|
||||
|
||||
ammo(Items.graphite, new BulletType(0.01f, 105){
|
||||
ammo(Items.thorium, new BulletType(0.01f, 105){
|
||||
int rays = 1;
|
||||
float rayLength = range + 10f;
|
||||
|
||||
@@ -1581,6 +1581,7 @@ public class Blocks implements ContentList{
|
||||
shootEffect = smokeEffect = Fx.lightningShoot;
|
||||
lifetime = 10f;
|
||||
despawnEffect = Fx.none;
|
||||
ammoMultiplier = 6f;
|
||||
pierce = true;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=35b389b71386e7eb9bcffed7e61f015144fd182f
|
||||
archash=ea6aad4ca7f67aa74c60dd77442197ee32fa756c
|
||||
|
||||
Reference in New Issue
Block a user