From 38aa4ca91325363a62920a534fbb6230adf6d626 Mon Sep 17 00:00:00 2001 From: amg2048 <82839009+amg2048@users.noreply.github.com> Date: Fri, 9 Jul 2021 07:32:43 -0400 Subject: [PATCH] lasercannon no sprite :) why --- .../content/blocks/lasercannon.hjson | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/main/resources/content/blocks/lasercannon.hjson diff --git a/src/main/resources/content/blocks/lasercannon.hjson b/src/main/resources/content/blocks/lasercannon.hjson new file mode 100644 index 0000000..a39c3b5 --- /dev/null +++ b/src/main/resources/content/blocks/lasercannon.hjson @@ -0,0 +1,31 @@ +type: PowerTurret +localizedName: Lasercannon +description: "basically laser pistol in basically any game -aden8r" +details: please work + +requirements: [ + silicon/85 +] + +powerUse: 2 +shootType: { + type: LaserBulletType + damage: 9 + lifetime: 5 + pierce: true + colors: [ff0000ff, ff8080ff, ffffffff] + length: 150 + width: 10 +} + +range: 150 +reloadTime: 15 +shootSound: sap +recoilAmount: 0.5 +smokeEffect: none +rotateSpeed: 10 + +health: 650 +size: 2 + +category: turret