fix typo and armor offsets

This commit is contained in:
do-no-van 2023-12-17 22:44:43 +00:00 committed by flo
parent 0a42a51810
commit b5eaa58728
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)), vox_spec: ("armor.misc.head.bandana.thief", (-2.0, -2.0, -8.0)),
color: None 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)), vox_spec: ("armor.misc.head.bandana.thief", (-2.0, -2.0, -8.0)),
color: None color: None
), ),
@ -834,7 +834,7 @@
vox_spec: ("armor.misc.head.bandana.thief", (-4.0, -2.0, -10.0)), vox_spec: ("armor.misc.head.bandana.thief", (-4.0, -2.0, -10.0)),
color: None 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)), vox_spec: ("armor.misc.head.bandana.thief", (-4.0, -2.0, -10.0)),
color: None color: None
), ),
@ -1231,11 +1231,11 @@
color: None color: None
), ),
(Danari, Male, "common.items.armor.misc.head.winged_coronet"): ( (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 color: None
), ),
(Danari, Female, "common.items.armor.misc.head.winged_coronet"): ( (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 color: None
), ),
(Draugr, Male, "common.items.armor.misc.head.winged_coronet"): ( (Draugr, Male, "common.items.armor.misc.head.winged_coronet"): (

View File

@ -293,11 +293,11 @@
), ),
"common.items.armor.hide.scale.shoulder": ( "common.items.armor.hide.scale.shoulder": (
left: ( 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 color: None
), ),
right: ( 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 color: None
) )
), ),