From eb864338b4e83b765f38c0c8a8bdbd53de712d8e Mon Sep 17 00:00:00 2001 From: Electroblob77 <35599699+Electroblob77@users.noreply.github.com> Date: Sun, 18 Oct 2020 00:24:10 +0100 Subject: [PATCH] Bring range for lightning bolt in line with other 'attack from above' spells --- src/main/resources/assets/ebwizardry/spells/lightning_bolt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/ebwizardry/spells/lightning_bolt.json b/src/main/resources/assets/ebwizardry/spells/lightning_bolt.json index 2d906b6b..692c059c 100644 --- a/src/main/resources/assets/ebwizardry/spells/lightning_bolt.json +++ b/src/main/resources/assets/ebwizardry/spells/lightning_bolt.json @@ -17,7 +17,7 @@ "chargeup": 10, "cooldown": 80, "base_properties": { - "range": 80, + "range": 40, "damage": 5 } } \ No newline at end of file