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

14 lines
331 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Lime Zest Lantern",
legacy_description: "It has an opening that could fit a ring...",
kind: Lantern(
(
color: (r: 145, g: 255, b: 145),
strength_thousandths: 6000,
flicker_thousandths: 250,
),
),
quality: Common,
tags: [Utility],
)