veloren/assets/common/items/lantern/geode_purp.ron
2021-04-04 13:02:27 +00:00

15 lines
318 B
Rust

ItemDef(
name: "Purple Geode",
description: "Emits a calming glow",
kind: Lantern(
(
kind: "GeodePurp",
color: (r: 144, g: 88, b: 181),
strength_thousandths: 8000,
flicker_thousandths: 600,
),
),
quality: High,
tags: [Utility],
)