veloren/assets/common/items/lantern/blue_0.ron
2022-05-18 16:28:10 -04:00

14 lines
315 B
Rust

ItemDef(
name: "Cool Blue Lantern",
description: "This lantern is surprisingly cold when lit.",
kind: Lantern(
(
color: (r: 55, g: 100, b: 255),
strength_thousandths: 7000,
flicker_thousandths: 300,
),
),
quality: High,
tags: [Utility],
)