trade_bot/assets/common/items/lantern/pumpkin.ron

14 lines
304 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
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,
),
),
2024-08-08 21:03:53 +00:00
quality: Moderate,
2024-07-03 23:04:49 +00:00
tags: [Utility],
)