made lanterns slightly brighter, changed lantern color for green and red to match their names, changed display of Common items to fit the item frames of other qualities, updated item image manifest

This commit is contained in:
DoctorKompot 2021-11-04 00:44:57 +02:00
parent 5b2aba80b5
commit 3c60bd1929
9 changed files with 28 additions and 24 deletions

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Lantern(
(
kind: "Green0",
color: (r: 255, g: 128, b: 26),
color: (r: 50, g: 205, b: 50),
strength_thousandths: 6000,
flicker_thousandths: 250,
),

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Lantern(
(
kind: "Red0",
color: (r: 255, g: 128, b: 26),
color: (r: 220, g: 20, b: 60),
strength_thousandths: 5000,
flicker_thousandths: 250,
),

Binary file not shown.

View File

@ -1033,25 +1033,29 @@
(0.0, 0.0, 0.0), (-90.0, 90.0, 0.0), 2.4,
),
// Lanterns
Lantern("Black0"): Png(
"element.items.lantern_black-0",
Lantern("Black0"): VoxTrans(
"voxel.lantern.black-0",
(0.0, 0.0, 0.0), (-75.0, 20.0, 5.0), 0.9,
),
Lantern("Green0"): Png(
"element.items.lantern_green-0",
Lantern("Green0"): VoxTrans(
"voxel.lantern.green-0",
(0.0, 0.0, 0.0), (-75.0, 20.0, 5.0), 0.9,
),
Lantern("Blue0"): Png(
"element.items.lantern_blue-0",
Lantern("Blue0"): VoxTrans(
"voxel.lantern.blue-0",
(0.0, 0.0, 0.0), (-75.0, 20.0, 5.0), 0.9,
),
Lantern("Red0"): Png(
"element.items.lantern_red-0",
Lantern("Red0"): VoxTrans(
"voxel.lantern.red-0",
(0.0, 0.0, 0.0), (-75.0, 20.0, 5.0), 0.9,
),
Lantern("GeodePurp"): VoxTrans(
"voxel.lantern.geode_purp",
(0.0, 0.0, 0.0), (-90.0, 120.0, 0.0), 0.9,
(0.0, 0.0, 0.0), (-75.0, 20.0, 5.0), 0.9,
),
Lantern("PumpkinLantern"): VoxTrans(
"voxel.lantern.pumpkin",
(0.0, 0.0, 0.0), (-90.0, 120.0, 0.0), 0.9,
(0.0, 0.0, 0.0), (-100.0, 205.0, 7.0), 0.9,
),
Lantern("PolarisLantern"): VoxTrans(
"voxel.lantern.polaris",

BIN
assets/voxygen/voxel/lantern/black-0.vox (Stored with Git LFS)

Binary file not shown.

BIN
assets/voxygen/voxel/lantern/blue-0.vox (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
assets/voxygen/voxel/lantern/green-0.vox (Stored with Git LFS)

Binary file not shown.

BIN
assets/voxygen/voxel/lantern/red-0.vox (Stored with Git LFS)

Binary file not shown.