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.
2024-07-03 19:04:49 -04:00

14 lines
359 B
Plaintext

ItemDef(
legacy_name: "Magic Lantern",
legacy_description: "Illuminates even the darkest dungeon\nA great monster was slain for this item",
kind: Lantern(
(
color: (r: 128, g: 26, b: 255),
strength_thousandths: 8500,
flicker_thousandths: 300,
),
),
quality: Epic,
tags: [Utility],
)