Skip to content

Commit

Permalink
Fix Godenak Falchion and Galloglach Axe (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlm9201 committed Oct 21, 2024
1 parent 089570c commit 370ebb6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 26 deletions.
28 changes: 11 additions & 17 deletions core/assets/mvndicraft/models/weapons/axes/galloglach_axe.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,33 +100,27 @@
],
"display": {
"thirdperson_righthand": {
"translation": [0, 5, 1],
"scale": [1.1, 1.5, 1.1]
"translation": [-0.5, 0, 0.75]
},
"thirdperson_lefthand": {
"rotation": [-115, -51, 0],
"translation": [0.75, 5.25, 9.25],
"scale": [1.1, 1.5, 1.1]
"translation": [-0.5, 0, 0.75]
},
"firstperson_righthand": {
"rotation": [-77, 0, 10],
"translation": [3.25, -2.75, 24],
"scale": [2, 2, 2]
"rotation": [-5, 0, 0],
"translation": [0, 1.25, 0.5]
},
"firstperson_lefthand": {
"rotation": [-77, 0, 10],
"translation": [3.25, -2.75, 24],
"scale": [2, 2, 2]
"rotation": [-5, 0, 0],
"translation": [0, 1.25, 0.5]
},
"ground": {
"rotation": [-90, 0, 0],
"translation": [0, -2.75, 25],
"scale": [2, 2, 2]
"rotation": [90, 90, 0],
"translation": [0, -3.75, 0]
},
"gui": {
"rotation": [13, -47, -50],
"translation": [-8.5, -8.25, 0],
"scale": [1.3, 1.3, 1.3]
"rotation": [-90, -45, -90],
"translation": [-1.75, -1.75, 0],
"scale": [0.69, 0.69, 0.69]
},
"fixed": {
"rotation": [0, 90, 0],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,21 +121,21 @@
"translation": [-1.5, 3, 1.41]
},
"firstperson_righthand": {
"rotation": [-15, 100, 0],
"translation": [1, 2.5, -0.25]
"rotation": [-15, 90, 0],
"translation": [1, 6.25, -0.25]
},
"firstperson_lefthand": {
"rotation": [7, 0, 0],
"translation": [1, 2.5, 0]
"rotation": [-15, -90, 0],
"translation": [1, 6.25, -0.25]
},
"ground": {
"rotation": [90, 0, 90],
"translation": [6.25, -1.75, 0]
"rotation": [-90, 0, 0],
"translation": [0, -2, 0]
},
"gui": {
"rotation": [30, -27, -38],
"translation": [-2.25, -2, 0],
"scale": [0.9, 0.9, 0.9]
"rotation": [0, -180, 47],
"translation": [-1.25, -1.75, 0],
"scale": [0.94, 0.94, 0.94]
},
"fixed": {
"rotation": [0, 0, 45],
Expand Down

0 comments on commit 370ebb6

Please sign in to comment.