Merge branch 'do-no-van/armor-offset-fixes' into 'master'

fix typo and armor offsets

See merge request veloren/veloren!4213
This commit is contained in:
flo 2023-12-17 22:44:44 +00:00
commit f0754021ae
2 changed files with 6 additions and 6 deletions

View File

@ -818,7 +818,7 @@
vox_spec: ("armor.misc.head.bandana.thief", (-2.0, -2.0, -8.0)),
color: None
),
(Danari, Female, "Thicommon.items.armor.misc.head.bandana.thiefef"): (
(Danari, Female, "common.items.armor.misc.head.bandana.thief"): (
vox_spec: ("armor.misc.head.bandana.thief", (-2.0, -2.0, -8.0)),
color: None
),
@ -834,7 +834,7 @@
vox_spec: ("armor.misc.head.bandana.thief", (-4.0, -2.0, -10.0)),
color: None
),
(Human, Female, "Thcommon.items.armor.misc.head.bandana.thiefief"): (
(Human, Female, "common.items.armor.misc.head.bandana.thief"): (
vox_spec: ("armor.misc.head.bandana.thief", (-4.0, -2.0, -10.0)),
color: None
),
@ -1231,11 +1231,11 @@
color: None
),
(Danari, Male, "common.items.armor.misc.head.winged_coronet"): (
vox_spec: ("armor.misc.head.winged_coronet", (-2.0, -3.0, 0.0)),
vox_spec: ("armor.misc.head.winged_coronet", (-2.0, -4.0, 0.0)),
color: None
),
(Danari, Female, "common.items.armor.misc.head.winged_coronet"): (
vox_spec: ("armor.misc.head.winged_coronet", (-2.0, -3.0, 0.0)),
vox_spec: ("armor.misc.head.winged_coronet", (-2.0, -4.0, 0.0)),
color: None
),
(Draugr, Male, "common.items.armor.misc.head.winged_coronet"): (

View File

@ -293,11 +293,11 @@
),
"common.items.armor.hide.scale.shoulder": (
left: (
vox_spec: ("armor.hide.scale.shoulder", (-3.2, -3.5 , 0.0)),
vox_spec: ("armor.hide.scale.shoulder", (-6.2, -3.5 , -0.5)),
color: None
),
right: (
vox_spec: ("armor.hide.scale.shoulder", (-1.4, -3.5, -0.5)),
vox_spec: ("armor.hide.scale.shoulder", (0.4, -3.5, -0.5)),
color: None
)
),