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

15 lines
311 B
Plaintext
Raw Normal View History

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