trade_bot/assets/common/items/lantern/delvers_lamp.ron
2024-07-03 19:04:49 -04:00

14 lines
305 B
Plaintext

ItemDef(
legacy_name: "Delver's Lamp",
legacy_description: "Perfect for mining.",
kind: Lantern(
(
color: (r: 0, g: 216, b: 255),
strength_thousandths: 8000,
flicker_thousandths: 600,
),
),
quality: Legendary,
tags: [Utility],
)