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

13 lines
273 B
Plaintext

Item(
name: "Black Lantern",
description: "Used by city guards.",
kind: Lantern(
(
kind: "Black0",
color: (r: 255, g: 128, b: 26),
strength_thousandths: 5000,
flicker_thousandths: 150,
),
),
)