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

14 lines
329 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Purple Geode",
legacy_description: "Emits a calming glow, helps to calm your nerves.",
kind: Lantern(
(
color: (r: 144, g: 88, b: 181),
strength_thousandths: 8000,
flicker_thousandths: 600,
),
),
quality: High,
tags: [Utility],
)