2020-04-10 04:33:35 +00:00
|
|
|
Item(
|
|
|
|
name: "Black Lantern",
|
|
|
|
description: "Used by city guards.",
|
2020-05-04 15:15:31 +00:00
|
|
|
kind: Lantern(
|
|
|
|
(
|
|
|
|
kind: Black0,
|
|
|
|
color: (r: 255, g: 190, b: 75),
|
|
|
|
strength_thousandths: 3000,
|
|
|
|
flicker_thousandths: 300,
|
|
|
|
),
|
|
|
|
),
|
2020-04-10 04:33:35 +00:00
|
|
|
)
|