From 8bbc19cf31b1b32112efdea34f4b0e3d6c6ff6e7 Mon Sep 17 00:00:00 2001 From: AbyssDweller <80689879+AbyssDweller@users.noreply.github.com> Date: Thu, 18 Aug 2022 20:05:41 -0400 Subject: [PATCH] Update tempus_primary.json tempus' primary now goes thru armor --- src/main/resources/data/aspects/powers/tempus_primary.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/data/aspects/powers/tempus_primary.json b/src/main/resources/data/aspects/powers/tempus_primary.json index c3ef35d..4ef8f53 100644 --- a/src/main/resources/data/aspects/powers/tempus_primary.json +++ b/src/main/resources/data/aspects/powers/tempus_primary.json @@ -2,7 +2,7 @@ "type": "origins:active_self", "entity_action": { "type": "origins:raycast", - "distance": 8, + "distance": 16, "block": true, "entity": true, "shape_type": "visual", @@ -14,14 +14,14 @@ "amount": 2, "source": { "name": "lightningBolt", - "bypasses_armor": false + "bypasses_armor": true } } }, "command_at_hit": "function aspects:lightning_bolt", "command_step": 1 }, - "cooldown": 240, + "cooldown": 200, "hud_render": { "should_render": true, "sprite_location": "origins:textures/gui/resource_bar.png",