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.
trade_bot/assets/common/items/lantern/bloodmoon_relic.ron

13 lines
385 B
Plaintext
Raw Permalink Normal View History

2025-02-17 11:10:03 -05:00
ItemDef(
legacy_name: "Bloodmoon Relic",
legacy_description: "The alluring scent of blood acts as both a trap and a light-source to hunt down creatures of the night.",
kind: Lantern(
(
color: (r: 220, g: 20, b: 40),
strength_thousandths: 8000,
flicker_thousandths: 600,
),
),
quality: Epic,
tags: [Utility],
)