veloren/assets/voxygen/voxel/humanoid_lantern_manifest.ron
2022-01-19 20:08:13 -05:00

41 lines
1019 B
Rust

((
default: (
vox_spec: ("armor.empty", (0.0, 0.0, 0.0)),
color: None
),
map: {
"Green0": (
vox_spec: ("lantern.green-0", (-2.5, -2.0, -9.0)),
color: None
),
"Magic": (
vox_spec: ("lantern.magic_lantern", (-2.0, -2.0, -7.0)),
color: None
),
"Black0": (
vox_spec: ("lantern.black-0", (-2.5, -2.0, -8.5)),
color: None
),
"Red0": (
vox_spec: ("lantern.red-0", (-2.0, -2.0, -7.0)),
color: None
),
"Blue0": (
vox_spec: ("lantern.blue-0", (-2.5, -2.0, -8.0)),
color: None
),
"GeodePurp": (
vox_spec: ("lantern.geode_purp", (-2.5, -2.5, -9.5)),
color: None
),
"PumpkinLantern": (
vox_spec: ("lantern.pumpkin", (-4.0, -4.0, -8.5)),
color: None
),
"PolarisLantern": (
vox_spec: ("lantern.polaris", (-3.5, -4.0, -8.5)),
color: None
),
},
))