veloren/assets/common/items/lantern/blue_0.ron
2020-09-04 11:48:57 +01:00

13 lines
299 B
Plaintext

Item(
name: "Cool Blue Lantern",
description: "This lantern is surprisingly cold when lit.",
kind: Lantern(
(
kind: "Blue0",
color: (r: 255, g: 128, b: 26),
strength_thousandths: 6000,
flicker_thousandths: 250,
),
),
)