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

14 lines
339 B
Rust
Raw Normal View History

ItemDef(
2024-01-13 18:22:50 +00:00
legacy_name: "Black Lantern",
legacy_description: "Quite common due to popular use of budding adventurers!",
kind: Lantern(
(
color: (r: 255, g: 128, b: 26),
2020-09-03 16:52:21 +00:00
strength_thousandths: 5000,
flicker_thousandths: 150,
),
),
2020-10-07 02:23:20 +00:00
quality: Common,
2021-04-04 13:02:27 +00:00
tags: [Utility],
)