mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
- add Polaris Lantern, created by Gemu and Uncomfy
This commit is contained in:
parent
e70fd8d397
commit
aa81f2522d
14
assets/common/items/lantern/polaris.ron
Normal file
14
assets/common/items/lantern/polaris.ron
Normal 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],
|
||||
)
|
@ -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",
|
||||
|
@ -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
BIN
assets/voxygen/voxel/lantern/polaris.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user