veloren/assets/common/items/lantern/polaris.ron

14 lines
315 B
Rust

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],
)