This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.

14 lines
304 B
Plaintext
Raw Normal View History

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