mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
Item(
|
|
name: "Black Lantern",
|
|
description: "Used by city guards.",
|
|
kind: Lantern(
|
|
(
|
|
kind: Black0,
|
|
color: (r: 255, g: 190, b: 75),
|
|
strength_thousandths: 3000,
|
|
flicker_thousandths: 300,
|
|
),
|
|
),
|
|
)
|