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

15 lines
342 B
Plaintext
Raw Normal View History

ItemDef(
name: "Cool Blue Lantern",
description: "This lantern is surprisingly cold when lit.",
kind: Lantern(
(
kind: "Blue0",
color: (r: 55, g: 100, b: 255),
strength_thousandths: 7000,
flicker_thousandths: 300,
),
),
quality: High,
2021-04-04 13:02:27 +00:00
tags: [Utility],
)