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

14 lines
317 B
Rust
Raw Normal View History

ItemDef(
name: "Lime Zest Lantern",
description: "It has an opening that could fit a ring...",
kind: Lantern(
(
color: (r: 145, g: 255, b: 145),
2020-09-03 16:52:21 +00:00
strength_thousandths: 6000,
flicker_thousandths: 250,
),
),
2020-10-07 02:23:20 +00:00
quality: Common,
2021-04-04 13:02:27 +00:00
tags: [Utility],
)