hitbox updates
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2024-09-02 16:18:58 -04:00
parent de1ddecfba
commit 81a23832d1

View File

@ -62,22 +62,37 @@
{ {
"type": "hit_connected", "type": "hit_connected",
"bone": "Blade1", "bone": "Blade1",
"radius": 0.04 "radius": 0.06,
"offset": [0, 0, -0.03]
}, },
{ {
"type": "hit_connected", "type": "hit_connected",
"bone": "Blade2", "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", "type": "hit_connected",
"bone": "Blade3", "bone": "Blade3",
"radius": 0.04 "radius": 0.06,
"offset": [0, 0, -0.07]
}, },
{ {
"type": "hit_connected", "type": "hit_connected",
"bone": "Blade3", "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] "offset": [0, 0, 0.15]
} }
] ]