mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
move alchemist set to single file (with reduced hat size)
This commit is contained in:
parent
e26cbffa0c
commit
4da41b0dd0
BIN
assets/voxygen/voxel/armor/alchemist.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/armor/alchemist.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/armor/alchemist/belt.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/armor/alchemist/belt.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/armor/alchemist/chest.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/armor/alchemist/chest.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/armor/alchemist/hat.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/armor/alchemist/hat.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/armor/alchemist/pants.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/armor/alchemist/pants.vox
(Stored with Git LFS)
Binary file not shown.
@ -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":(
|
||||
|
@ -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": (
|
||||
|
@ -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
|
||||
|
@ -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": (
|
||||
|
Loading…
Reference in New Issue
Block a user