- add Polaris Lantern, created by Gemu and Uncomfy

This commit is contained in:
floppy 2021-12-11 23:33:36 +01:00 committed by Joshua Barretto
parent e70fd8d397
commit aa81f2522d
4 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,14 @@
ItemDef(
name: "Polaris",
description: "Christmas Lantern.",
kind: Lantern(
(
kind: "PolarisLantern",
color: (r: 67, g: 170, b: 255),
strength_thousandths: 8000,
flicker_thousandths: 600,
),
),
quality: High,
tags: [Utility],
)

View File

@ -1053,6 +1053,10 @@
"voxel.lantern.pumpkin",
(0.0, 0.0, 0.0), (-90.0, 120.0, 0.0), 0.9,
),
Lantern("PolarisLantern"): VoxTrans(
"voxel.lantern.polaris",
(0.0, 0.0, 0.0), (-90.0, 120.0, 0.0), 0.9,
),
// Farming Equipment
Tool("common.items.weapons.tool.broom"): VoxTrans(
"voxel.weapon.tool.broom-0",

View File

@ -28,5 +28,9 @@
vox_spec: ("lantern.pumpkin", (-3.5, -4.0, -8.5)),
color: None
),
"PolarisLantern": (
vox_spec: ("lantern.polaris", (-2.0, -2.0, -7.0)),
color: None
),
},
))

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

Binary file not shown.