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

14 lines
300 B
Plaintext

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