This commit is contained in:
Anuken
2019-04-05 14:10:01 -04:00
parent efed11eb97
commit 503fc980f4
10 changed files with 16 additions and 7 deletions

View File

@@ -627,7 +627,7 @@ public class Blocks implements ContentList{
requirements(Category.crafting, ItemStack.with(Items.lead, 70, Items.silicon, 60));
liquidCapacity = 60f;
craftTime = 20f;
outputLiquid = new LiquidStack(Liquids.oil, 4f);
outputLiquid = new LiquidStack(Liquids.oil, 6f);
size = 2;
health = 320;
hasLiquids = true;
@@ -1451,7 +1451,7 @@ public class Blocks implements ContentList{
);
xRand = 4f;
reload = 6f;
range = 190f;
range = 200f;
size = 3;
recoil = 3f;
rotatespeed = 10f;

View File

@@ -643,6 +643,8 @@ public class Bullets implements ContentList{
lightning = new BulletType(0.001f, 12f){
{
lifetime = 1f;
shootEffect = Fx.hitLancer;
smokeEffect = Fx.none;
despawnEffect = Fx.none;
hitEffect = Fx.hitLancer;
keepVelocity = false;

View File

@@ -75,10 +75,12 @@ public class Mechs implements ContentList{
engineColor = Color.valueOf("d3ddff");
weapon = new Weapon("shockgun"){{
shake = 2f;
length = 1f;
reload = 40f;
shotDelay = 3f;
roundrobin = true;
shots = 1;
shots = 3;
inaccuracy = 0f;
velocityRnd = 0.2f;
ejectEffect = Fx.none;