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

15 lines
334 B
Rust

ItemDef(
name: Direct("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: Direct(High),
tags: [Utility],
)