veloren/assets/common/items/lantern/pumpkin.ron
2021-11-03 21:27:47 +00:00

15 lines
327 B
Rust

ItemDef(
name: "Eerie Pumpkin",
description: "Did it just blink?!",
kind: Lantern(
(
kind: "PumpkinLantern",
color: (r: 31, g: 255, b: 22),
strength_thousandths: 8000,
flicker_thousandths: 600,
),
),
quality: Legendary,
tags: [Utility],
)