veloren/assets/common/items/lantern/geode_purp.ron
Monty Marz e9cbac387e new loading bg, staff models
item images

fix paths

loot tables, adjustments

Update main.ron
2021-03-16 23:23:24 +00:00

15 lines
311 B
Plaintext

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