mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
299 B
Plaintext
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,
|
|
),
|
|
),
|
|
)
|