From 81a23832d1d7648405baf37eda5768ab74492563 Mon Sep 17 00:00:00 2001 From: austin Date: Mon, 2 Sep 2024 16:18:58 -0400 Subject: [PATCH] hitbox updates --- assets/Data/items.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/assets/Data/items.json b/assets/Data/items.json index 0f8c7712..3a2392a5 100644 --- a/assets/Data/items.json +++ b/assets/Data/items.json @@ -62,22 +62,37 @@ { "type": "hit_connected", "bone": "Blade1", - "radius": 0.04 + "radius": 0.06, + "offset": [0, 0, -0.03] }, { "type": "hit_connected", "bone": "Blade2", - "radius": 0.04 + "radius": 0.06, + "offset": [0, 0, -0.1] + }, + { + "type": "hit_connected", + "bone": "Blade2", + "radius": 0.06, + "offset": [0, 0, 0.02] }, { "type": "hit_connected", "bone": "Blade3", - "radius": 0.04 + "radius": 0.06, + "offset": [0, 0, -0.07] }, { "type": "hit_connected", "bone": "Blade3", - "radius": 0.04, + "radius": 0.06, + "offset": [0, 0, 0.05] + }, + { + "type": "hit_connected", + "bone": "Blade3", + "radius": 0.06, "offset": [0, 0, 0.15] } ]