Skip to content

Commit

Permalink
fix(pivot points of crimson guard armor)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvb-uy committed Nov 27, 2024
1 parent b465565 commit 9488572
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bones": [
{
"name": "bipedHead",
"pivot": [0, 0, 0]
"pivot": [0, 24, 0]
},
{
"name": "armorHead",
Expand All @@ -37,20 +37,20 @@
{
"name": "armorBody",
"parent": "bipedBody",
"pivot": [0, 15.5, 0],
"pivot": [0, 24, 0],
"cubes": [
{"origin": [-4, 8, -2], "size": [8, 16, 4], "inflate": 0.53, "uv": [0, 17]},
{"origin": [-4, 13, -2], "size": [8, 4, 4], "inflate": 0.25, "uv": [40, 33]}
]
},
{
"name": "bipedRightArm",
"pivot": [0, 0, 0]
"pivot": [-4, 22, 0]
},
{
"name": "armorRightArm",
"parent": "bipedRightArm",
"pivot": [-3.26279, 21.04874, 0],
"pivot": [-4, 22, 0],
"cubes": [
{"origin": [-1.96463, 22.86536, -2], "size": [5, 5, 4], "inflate": 0.52, "pivot": [6.3, 1.5, 0], "rotation": [0, 0, -20], "uv": [24, 17], "mirror": true},
{"origin": [-5.52584, 24.35248, 0], "size": [8, 8, 0], "pivot": [6.2, 1.5, 0], "rotation": [0, 0, -20], "uv": [48, 0], "mirror": true},
Expand All @@ -59,12 +59,12 @@
},
{
"name": "bipedLeftArm",
"pivot": [0, 0, 0]
"pivot": [4, 22, 0]
},
{
"name": "armorLeftArm",
"parent": "bipedLeftArm",
"pivot": [6.47558, 18.32043, 0],
"pivot": [4, 22, 0],
"cubes": [
{"origin": [-2.54884, 22.8654, -2], "size": [5, 5, 4], "inflate": 0.52, "pivot": [-7, 2.9, 0], "rotation": [0, 0, 20], "uv": [24, 17]},
{"origin": [4, 11.5, -2], "size": [4, 7, 4], "inflate": 0.51, "uv": [24, 27]},
Expand All @@ -73,40 +73,40 @@
},
{
"name": "bipedRightLeg",
"pivot": [0, 0, 0]
"pivot": [-2, 12, 0]
},
{
"name": "armorRightLeg",
"parent": "bipedRightLeg",
"pivot": [-2, 6, 0],
"pivot": [-2, 12, 0],
"cubes": [
{"origin": [-4, 0, -2], "size": [4, 12, 4], "inflate": 0.25, "uv": [0, 37]}
]
},
{
"name": "armorRightBoot",
"parent": "bipedRightLeg",
"pivot": [-2, 4.5, 0],
"pivot": [-2, 12, 0],
"cubes": [
{"origin": [-4, 0, -2], "size": [4, 9, 4], "inflate": 0.535, "uv": [0, 50], "mirror": true}
]
},
{
"name": "bipedLeftLeg",
"pivot": [0, 0, 0]
"pivot": [2, 12, 0]
},
{
"name": "armorLeftLeg",
"parent": "bipedLeftLeg",
"pivot": [2, 6, 0],
"pivot": [2, 12, 0],
"cubes": [
{"origin": [0, 0, -2], "size": [4, 12, 4], "inflate": 0.25, "uv": [16, 37]}
]
},
{
"name": "armorLeftBoot",
"parent": "bipedLeftLeg",
"pivot": [2, 4.5, 0],
"pivot": [2, 12, 0],
"cubes": [
{"origin": [0, 0, -2], "size": [4, 9, 4], "inflate": 0.53, "uv": [17, 50]}
]
Expand Down

0 comments on commit 9488572

Please sign in to comment.