mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix typo and armor offsets
This commit is contained in:
parent
0a42a51810
commit
b5eaa58728
@ -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"): (
|
||||
|
@ -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
|
||||
)
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user