changed Magic Lantern kind: to "Magic"

This commit is contained in:
DoctorKompot 2021-12-12 01:00:06 +02:00
parent 439c6a9a3e
commit d312452941
4 changed files with 12 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ItemDef(
description: "Illuminates even the darkest dungeon\nA great monster was slain for this item",
kind: Lantern(
(
kind: "Green0",
kind: "Magic",
color: (r: 128, g: 26, b: 255),
strength_thousandths: 8500,
flicker_thousandths: 300,

View File

@ -1041,6 +1041,10 @@
"voxel.lantern.green-0",
(0.0, 0.0, 0.0), (-75.0, 20.0, 5.0), 0.9,
),
Lantern("Magic"): VoxTrans(
"voxel.lantern.magic_lantern",
(0.0, 0.0, 0.0), (-75.0, 20.0, 5.0), 0.9,
),
Lantern("Blue0"): VoxTrans(
"voxel.lantern.blue-0",
(0.0, 0.0, 0.0), (-75.0, 20.0, 5.0), 0.9,

View File

@ -8,6 +8,10 @@
vox_spec: ("lantern.green-0", (-2.0, -2.0, -7.0)),
color: None
),
"Magic": (
vox_spec: ("lantern.magic_lantern", (-2.0, -2.0, -7.0)),
color: None
),
"Black0": (
vox_spec: ("lantern.black-0", (-2.0, -2.0, -8.5)),
color: None

BIN
assets/voxygen/voxel/lantern/magic_lantern.vox (Stored with Git LFS) Normal file

Binary file not shown.