move alchemist set to single file (with reduced hat size)

This commit is contained in:
Christof Petig 2023-04-02 16:37:36 +02:00
parent e26cbffa0c
commit 4da41b0dd0
9 changed files with 18 additions and 27 deletions

BIN
assets/voxygen/voxel/armor/alchemist.vox (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -117,7 +117,7 @@
color: None
),
"common.items.armor.alchemist.belt":(
vox_spec: ("armor.alchemist.belt", (-4.0, -4.0, 2.5)),
vox_spec: ("armor.alchemist", (-4.0, -4.0, 2.5), 2),
color: None
),
"common.items.armor.blacksmith.belt":(

View File

@ -187,7 +187,7 @@
color: None
),
"common.items.armor.alchemist.chest": (
vox_spec: ("armor.alchemist.chest", (-7.0, -4.0, 2.0)),
vox_spec: ("armor.alchemist", (-7.0, -4.0, 2.0), 1),
color: None
),
"common.items.armor.blacksmith.chest": (

View File

@ -325,51 +325,51 @@
),
// Alchemist Goggles
(Human, Male, "common.items.armor.alchemist.hat"): (
vox_spec: ("armor.alchemist.hat", (-4.0, 0.0, 1.0)),
vox_spec: ("armor.alchemist", (2.0, 9.0, 1.0), 0),
color: None
),
(Human, Female, "common.items.armor.alchemist.hat"): (
vox_spec: ("armor.alchemist.hat", (-4.0, 1.0, 1.0)),
vox_spec: ("armor.alchemist", (2.0, 10.0, 1.0), 0),
color: None
),
(Elf, Male, "common.items.armor.alchemist.hat"): (
vox_spec: ("armor.alchemist.hat", (-3.0, 0.0, 1.0)),
vox_spec: ("armor.alchemist", (3.0, 9.0, 1.0), 0),
color: None
),
(Elf, Female, "common.items.armor.alchemist.hat"): (
vox_spec: ("armor.alchemist.hat", (-3.0, -1.0, 1.0)),
vox_spec: ("armor.alchemist", (3.0, 8.0, 1.0), 0),
color: None
),
(Dwarf, Male, "common.items.armor.alchemist.hat"): (
vox_spec: ("armor.alchemist.hat", (-5.0, 1.0, 1.0)),
vox_spec: ("armor.alchemist", (1.0, 10.0, 1.0), 0),
color: None
),
(Dwarf, Female, "common.items.armor.alchemist.hat"): (
vox_spec: ("armor.alchemist.hat", (-5.0, 1.0, 1.0)),
vox_spec: ("armor.alchemist", (1.0, 10.0, 1.0), 0),
color: None
),
(Danari, Male, "common.items.armor.alchemist.hat"): (
vox_spec: ("armor.alchemist.hat", (-2.0, 0.0, 3.0)),
vox_spec: ("armor.alchemist", (4.0, 9.0, 3.0), 0),
color: None
),
(Danari, Female, "common.items.armor.alchemist.hat"): (
vox_spec: ("armor.alchemist.hat", (-2.0, 1.0, 3.0)),
vox_spec: ("armor.alchemist", (4.0, 10.0, 3.0), 0),
color: None
),
(Draugr, Male, "common.items.armor.alchemist.hat"): (
vox_spec: ("armor.alchemist.hat", (-6.0, 0.0, 3.0)),
vox_spec: ("armor.alchemist", (0.0, 9.0, 3.0), 0),
color: None
),
(Draugr, Female, "common.items.armor.alchemist.hat"): (
vox_spec: ("armor.alchemist.hat", (-6.0, 0.0, 2.0)),
vox_spec: ("armor.alchemist", (0.0, 9.0, 2.0), 0),
color: None
),
(Orc, Male, "common.items.armor.alchemist.hat"): (
vox_spec: ("armor.alchemist.hat", (-3.0, 2.0, 4.0)),
vox_spec: ("armor.alchemist", (3.0, 11.0, 4.0), 0),
color: None
),
(Orc, Female, "common.items.armor.alchemist.hat"): (
vox_spec: ("armor.alchemist.hat", (-3.0, -1.0, 1.0)),
vox_spec: ("armor.alchemist", (3.0, 8.0, 1.0), 0),
color: None
),
// Chef hat

View File

@ -145,7 +145,7 @@
color: None
),
"common.items.armor.alchemist.pants": (
vox_spec: ("armor.alchemist.pants", (-5.0, -4.0, 0.5)),
vox_spec: ("armor.alchemist", (-5.0, -4.0, 0.5), 3),
color: None
),
"common.items.armor.blacksmith.pants": (