mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
changed Magic Lantern kind: to "Magic"
This commit is contained in:
parent
439c6a9a3e
commit
d312452941
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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
BIN
assets/voxygen/voxel/lantern/magic_lantern.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user