veloren/assets/common/items/debug/lantern.ron
2021-02-27 01:42:46 -05:00

14 lines
351 B
Plaintext

ItemDef(
name: "Magic Lantern",
description: "Illuminates even the darkest dungeon\nA great monster was slain for this item",
kind: Lantern(
(
kind: "Blue0",
color: (r: 128, g: 26, b: 255),
strength_thousandths: 8500,
flicker_thousandths: 300,
),
),
quality: High,
)