veloren/assets/common/items/lantern/pumpkin.ron
2022-05-18 16:28:10 -04:00

14 lines
286 B
Rust

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